summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Turner2017-02-24 12:51:07 -0500
committerJim Turner2017-02-24 12:51:07 -0500
commitffe6c4ba7399dd2c37c6feb07f580ec075d61e4f (patch)
tree785b58c99d7b3aa7183fc733c79c8d24bd960d8f
parentb84c2ea4d36c4854f20320d2d43877696e248a7b (diff)
downloadaur-ffe6c4ba7399dd2c37c6feb07f580ec075d61e4f.tar.gz
Update to v4.9.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cd1cb54f063..8f8d16a1d264 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thinkpad-scripts
pkgdesc = Scripts for ThinkPad X220 & X230 Tablet rotation, docking, etc.
- pkgver = 4.8.1
+ pkgver = 4.9.0
pkgrel = 1
url = https://thinkpad-scripts.readthedocs.org/en/latest/
install = thinkpad-scripts.install
@@ -17,11 +17,12 @@ 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 = networkmanager: for managing connections when docking
optdepends = xf86-input-wacom: for Wacom device rotation
optdepends = xorg-xbacklight: for backlight control when docking
conflicts = think-rotate
- source = https://github.com/martin-ueding/thinkpad-scripts/archive/v4.8.1.tar.gz
- sha256sums = 272ba5f9217d16b7bd9e3dc75bdbebd374093e45497d076b969f05415ca7b5d4
+ source = https://github.com/martin-ueding/thinkpad-scripts/archive/v4.9.0.tar.gz
+ sha256sums = 7328650562c7618aa3ea0d11c54d6b1d9a4595e7c17bf9bdcd880e54a70e9411
pkgname = thinkpad-scripts
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"