Update to 1.0.1
This commit is contained in:
parent
b83b7fb8ad
commit
c19c7377a9
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,11 +1,11 @@
|
||||||
pkgbase = falchion-shutdown
|
pkgbase = falchion-shutdown
|
||||||
pkgdesc = Add hwdb configuration to avoid shutdown or sleeping computer when keyboard go to sleep
|
pkgdesc = Add hwdb configuration to avoid shutdown or sleeping computer when keyboard go to sleep
|
||||||
pkgver = 1.0.0
|
pkgver = 1.0.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
install = falchion.install
|
install = falchion.install
|
||||||
arch = any
|
arch = any
|
||||||
license = MIT
|
license = MIT
|
||||||
source = 99-asus-falchion.hwdb
|
source = 99-asus-falchion.hwdb
|
||||||
sha256sums = 5b8649abbd0472dd4167522409a176067ba6ec6c3b271ef98f4a2bbdc38070ba
|
sha256sums = ee408f085f6aa86744514981f4f403f0f78e4892269bf2629074dd467330a9d3
|
||||||
|
|
||||||
pkgname = falchion-shutdown
|
pkgname = falchion-shutdown
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,14 +1,14 @@
|
||||||
# Maintainer: Florian RICHER <florian.richer@protonmail.com>
|
# Maintainer: Florian RICHER <florian.richer@protonmail.com>
|
||||||
|
|
||||||
pkgname='falchion-shutdown'
|
pkgname='falchion-shutdown'
|
||||||
pkgver=1.0.0
|
pkgver=1.0.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Add hwdb configuration to avoid shutdown or sleeping computer when keyboard go to sleep'
|
pkgdesc='Add hwdb configuration to avoid shutdown or sleeping computer when keyboard go to sleep'
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
|
||||||
source=("99-asus-falchion.hwdb")
|
source=("99-asus-falchion.hwdb")
|
||||||
sha256sums=("5b8649abbd0472dd4167522409a176067ba6ec6c3b271ef98f4a2bbdc38070ba")
|
sha256sums=("ee408f085f6aa86744514981f4f403f0f78e4892269bf2629074dd467330a9d3")
|
||||||
|
|
||||||
install=falchion.install
|
install=falchion.install
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue