summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Turner2015-10-20 14:54:00 -0400
committerJim Turner2015-10-20 14:54:00 -0400
commit873a60a491a5d8ee9f4dcc846b6ba5305c387cb4 (patch)
tree704e509a1b1e7b6349f50c7bbf5d81efa4659046
parent5ffd99f4b93261eea2b1fe015dadf9f8289f52e7 (diff)
downloadaur-873a60a491a5d8ee9f4dcc846b6ba5305c387cb4.tar.gz
Update to v4.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 568e4f759e8a..045da38238fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thinkpad-scripts
pkgdesc = Scripts for ThinkPad X220 & X230 Tablet rotation, docking, etc.
- pkgver = 4.7.0
+ pkgver = 4.7.1
pkgrel = 1
url = http://martin-ueding.de/en/projects/thinkpad-scripts
install = thinkpad-scripts.install
@@ -21,7 +21,7 @@ pkgbase = thinkpad-scripts
optdepends = networkmanager: for managing connections when docking
optdepends = xorg-xbacklight: for backlight control when docking
conflicts = think-rotate
- source = https://github.com/martin-ueding/thinkpad-scripts/archive/v4.7.0.tar.gz
- sha256sums = 2d2fb85e8b2ae6f1ee6f9e16d3e07d429eb661f66f028d858eb9f4e5d3b87d1b
+ source = https://github.com/martin-ueding/thinkpad-scripts/archive/v4.7.1.tar.gz
+ sha256sums = 7c76d34c61fa91da0ac0eb959aff1f89864f734984b9dcc24801a0c61b41f60a
pkgname = thinkpad-scripts
diff --git a/PKGBUILD b/PKGBUILD
index 00868f2db922..f71d05aa7fdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jim Turner <jturner314 @t gmail dot com>
pkgname=thinkpad-scripts
-pkgver=4.7.0
+pkgver=4.7.1
pkgrel=1
pkgdesc="Scripts for ThinkPad X220 & X230 Tablet rotation, docking, etc."
arch=('any')
@@ -18,7 +18,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=('2d2fb85e8b2ae6f1ee6f9e16d3e07d429eb661f66f028d858eb9f4e5d3b87d1b')
+sha256sums=('7c76d34c61fa91da0ac0eb959aff1f89864f734984b9dcc24801a0c61b41f60a')
build() {
cd "$srcdir/$pkgname-$pkgver"