summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Turner2017-02-24 17:08:16 -0500
committerJim Turner2017-02-24 17:08:16 -0500
commit53c8c7832f720f159312cc8fa8e14650afb952f6 (patch)
treee9fc26e99050d599bd8ec6b663cb863d1d5c90be
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.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f8d16a1d264..62193f35f072 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = thinkpad-scripts
pkgdesc = Scripts for ThinkPad X220 & X230 Tablet rotation, docking, etc.
pkgver = 4.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://thinkpad-scripts.readthedocs.org/en/latest/
install = thinkpad-scripts.install
arch = any
@@ -17,7 +17,7 @@ pkgbase = thinkpad-scripts
optdepends = glib2: for rotating subpixel anti-aliasing
optdepends = kvkbd: for virtual keyboard
optdepends = libpulse: for volume control when docking
- optdepends = lsusb: for docking detection with a USB device
+ optdepends = usbutils: for docking detection with a USB device
optdepends = networkmanager: for managing connections when docking
optdepends = xf86-input-wacom: for Wacom device rotation
optdepends = xorg-xbacklight: for backlight control when docking
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')