summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Turner2017-02-24 17:11:24 -0500
committerJim Turner2017-02-24 17:11:24 -0500
commit0c19adbaae4bcc1ad688eff1e6d78c35da5b5644 (patch)
tree481b4cc743dddbd764fbb2067d794c9fda37ac5b
parent53c8c7832f720f159312cc8fa8e14650afb952f6 (diff)
downloadaur-0c19adbaae4bcc1ad688eff1e6d78c35da5b5644.tar.gz
Update to v4.9.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62193f35f072..cb92aebf2c66 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 = 2
+ pkgver = 4.9.1
+ pkgrel = 1
url = https://thinkpad-scripts.readthedocs.org/en/latest/
install = thinkpad-scripts.install
arch = any
@@ -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.0.tar.gz
- sha256sums = 7328650562c7618aa3ea0d11c54d6b1d9a4595e7c17bf9bdcd880e54a70e9411
+ source = https://github.com/martin-ueding/thinkpad-scripts/archive/v4.9.1.tar.gz
+ sha256sums = 92af635b89d8205e3fb9c1feef832fb5651b9633a01c2ab610e5b04d8ff2cfd8
pkgname = thinkpad-scripts
diff --git a/PKGBUILD b/PKGBUILD
index 42021bd84c17..c9789bb0daaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Jim Turner <jturner314 @t gmail dot com>
pkgname=thinkpad-scripts
-pkgver=4.9.0
-pkgrel=2
+pkgver=4.9.1
+pkgrel=1
pkgdesc="Scripts for ThinkPad X220 & X230 Tablet rotation, docking, etc."
arch=('any')
url="https://thinkpad-scripts.readthedocs.org/en/latest/"
@@ -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=('7328650562c7618aa3ea0d11c54d6b1d9a4595e7c17bf9bdcd880e54a70e9411')
+sha256sums=('92af635b89d8205e3fb9c1feef832fb5651b9633a01c2ab610e5b04d8ff2cfd8')
build() {
cd "$srcdir/$pkgname-$pkgver"