summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJim Turner2017-02-24 17:08:16 -0500
committerJim Turner2017-02-24 17:08:16 -0500
commit53c8c7832f720f159312cc8fa8e14650afb952f6 (patch)
treee9fc26e99050d599bd8ec6b663cb863d1d5c90be /PKGBUILD
parentffe6c4ba7399dd2c37c6feb07f580ec075d61e4f (diff)
downloadaur-53c8c7832f720f159312cc8fa8e14650afb952f6.tar.gz
Fix usbutils dependency
The previous version erroneously had a dependency on `lsusb`, which is the necessary program provided by `usbutils`. The commit fixes the dependency to list the package name instead of the program name.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2765052fd84..42021bd84c17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=thinkpad-scripts
pkgver=4.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="Scripts for ThinkPad X220 & X230 Tablet rotation, docking, etc."
arch=('any')
url="https://thinkpad-scripts.readthedocs.org/en/latest/"
@@ -13,7 +13,7 @@ makedepends=('python-sphinx')
optdepends=('glib2: for rotating subpixel anti-aliasing'
'kvkbd: for virtual keyboard'
'libpulse: for volume control when docking'
- 'lsusb: for docking detection with a USB device'
+ 'usbutils: for docking detection with a USB device'
'networkmanager: for managing connections when docking'
'xf86-input-wacom: for Wacom device rotation'
'xorg-xbacklight: for backlight control when docking')