summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Turner2017-11-06 16:01:50 -0500
committerJim Turner2017-11-06 16:01:50 -0500
commit2b98f59f961bb656661700831b3db9d90bef525a (patch)
tree59a11f9eaacd5ca1c4da0d6dc0cac0a29a869c6a
parentaa12a840691926392f3a88767f242198756f33ca (diff)
downloadaur-2b98f59f961bb656661700831b3db9d90bef525a.tar.gz
Update to v4.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0f00bc1184c..f8ec0baf0586 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thinkpad-scripts
pkgdesc = Scripts for ThinkPad X220 & X230 Tablet rotation, docking, etc.
- pkgver = 4.10.0
+ pkgver = 4.11.0
pkgrel = 1
url = https://thinkpad-scripts.readthedocs.org/en/latest/
install = thinkpad-scripts.install
@@ -22,7 +22,7 @@ pkgbase = thinkpad-scripts
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.10.0.tar.gz
- sha256sums = b7ec664b160d05d5305a40c0641397d9063d2aaf25caaa1b689c49f4db7dff14
+ source = https://github.com/martin-ueding/thinkpad-scripts/archive/v4.11.0.tar.gz
+ sha256sums = a24bf13793d02348778465e8e608429570a2ce676e1d15f57da69beff2697684
pkgname = thinkpad-scripts
diff --git a/PKGBUILD b/PKGBUILD
index af16c0a52ee2..01ec1e929448 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jim Turner <jturner314 @t gmail dot com>
pkgname=thinkpad-scripts
-pkgver=4.10.0
+pkgver=4.11.0
pkgrel=1
pkgdesc="Scripts for ThinkPad X220 & X230 Tablet rotation, docking, etc."
arch=('any')
@@ -20,7 +20,7 @@ optdepends=('glib2: for rotating subpixel anti-aliasing'
conflicts=('think-rotate')
install="$pkgname.install"
source=("https://github.com/martin-ueding/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('b7ec664b160d05d5305a40c0641397d9063d2aaf25caaa1b689c49f4db7dff14')
+sha256sums=('a24bf13793d02348778465e8e608429570a2ce676e1d15f57da69beff2697684')
build() {
cd "$srcdir/$pkgname-$pkgver"