summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorJim Turner2017-02-24 17:08:16 -0500
committerJim Turner2017-02-24 17:08:16 -0500
commit53c8c7832f720f159312cc8fa8e14650afb952f6 (patch)
treee9fc26e99050d599bd8ec6b663cb863d1d5c90be /.SRCINFO
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 '.SRCINFO')
-rw-r--r--.SRCINFO4
1 files changed, 2 insertions, 2 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