summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Turner2017-03-19 16:28:17 -0400
committerJim Turner2017-03-19 16:28:17 -0400
commitaa12a840691926392f3a88767f242198756f33ca (patch)
tree571849d9d6758f5ee496b0e1a16f609f97acafac
parent0c19adbaae4bcc1ad688eff1e6d78c35da5b5644 (diff)
downloadaur-aa12a840691926392f3a88767f242198756f33ca.tar.gz
Update to v4.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb92aebf2c66..d0f00bc1184c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thinkpad-scripts
pkgdesc = Scripts for ThinkPad X220 & X230 Tablet rotation, docking, etc.
- pkgver = 4.9.1
+ pkgver = 4.10.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.9.1.tar.gz
- sha256sums = 92af635b89d8205e3fb9c1feef832fb5651b9633a01c2ab610e5b04d8ff2cfd8
+ source = https://github.com/martin-ueding/thinkpad-scripts/archive/v4.10.0.tar.gz
+ sha256sums = b7ec664b160d05d5305a40c0641397d9063d2aaf25caaa1b689c49f4db7dff14
pkgname = thinkpad-scripts
diff --git a/PKGBUILD b/PKGBUILD
index c9789bb0daaf..af16c0a52ee2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jim Turner <jturner314 @t gmail dot com>
pkgname=thinkpad-scripts
-pkgver=4.9.1
+pkgver=4.10.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=('92af635b89d8205e3fb9c1feef832fb5651b9633a01c2ab610e5b04d8ff2cfd8')
+sha256sums=('b7ec664b160d05d5305a40c0641397d9063d2aaf25caaa1b689c49f4db7dff14')
build() {
cd "$srcdir/$pkgname-$pkgver"