summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJim Turner2017-02-24 12:51:07 -0500
committerJim Turner2017-02-24 12:51:07 -0500
commitffe6c4ba7399dd2c37c6feb07f580ec075d61e4f (patch)
tree785b58c99d7b3aa7183fc733c79c8d24bd960d8f /PKGBUILD
parentb84c2ea4d36c4854f20320d2d43877696e248a7b (diff)
downloadaur-ffe6c4ba7399dd2c37c6feb07f580ec075d61e4f.tar.gz
Update to v4.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42427e4b99b4..c2765052fd84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jim Turner <jturner314 @t gmail dot com>
pkgname=thinkpad-scripts
-pkgver=4.8.1
+pkgver=4.9.0
pkgrel=1
pkgdesc="Scripts for ThinkPad X220 & X230 Tablet rotation, docking, etc."
arch=('any')
@@ -13,13 +13,14 @@ 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'
'networkmanager: for managing connections when docking'
'xf86-input-wacom: for Wacom device rotation'
'xorg-xbacklight: for backlight control when docking')
conflicts=('think-rotate')
install="$pkgname.install"
source=("https://github.com/martin-ueding/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('272ba5f9217d16b7bd9e3dc75bdbebd374093e45497d076b969f05415ca7b5d4')
+sha256sums=('7328650562c7618aa3ea0d11c54d6b1d9a4595e7c17bf9bdcd880e54a70e9411')
build() {
cd "$srcdir/$pkgname-$pkgver"