diff options
author | Robert Alessi <alessi@robertalessi.net> | 2019-12-19 16:36:01 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2019-12-19 16:36:01 +0100 |
commit | ad042b1ca1e3ba414d0a2212a7c1140bf7d72e0b (patch) | |
tree | 5d463457b08686f4fa4e3348b53e2050d92a2be9 /PKGBUILD | |
parent | 1c7e1f3efef80b9dc3e77b1231dde78eccae954f (diff) | |
download | x200-my-ad042b1ca1e3ba414d0a2212a7c1140bf7d72e0b.tar.gz |
added dependency to rfkill0.5-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,12 +2,12 @@ | |||
2 | 2 | ||
3 | pkgname=x200-my | 3 | pkgname=x200-my |
4 | pkgver=0.5 | 4 | pkgver=0.5 |
5 | pkgrel=1 | 5 | pkgrel=2 |
6 | pkgdesc="Service to remove whining noise from Thinkpads X200, power off the wifi on shutdown and optionally backup directories." | 6 | pkgdesc="Service to remove whining noise from Thinkpads X200, power off the wifi on shutdown and optionally backup directories." |
7 | arch=(any) | 7 | arch=(any) |
8 | license=(GPL2) | 8 | license=(GPL2) |
9 | url="http://git.robertalessi.net/x200-my" | 9 | url="http://git.robertalessi.net/x200-my" |
10 | depends=('sysvinit' 'acpid' 'intel-gpu-tools' 'rsync' 'macchanger' 'dhcpcd') | 10 | depends=('sysvinit' 'acpid' 'intel-gpu-tools' 'rfkill' 'rsync' 'macchanger' 'dhcpcd') |
11 | optdepends=('rsnapshot: for incremental backups') | 11 | optdepends=('rsnapshot: for incremental backups') |
12 | install=x200-my.install | 12 | install=x200-my.install |
13 | source=('x200-my.initd' | 13 | source=('x200-my.initd' |