summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Turner2016-07-13 10:50:05 -0400
committerJim Turner2016-07-13 10:50:05 -0400
commitb3e8abae81cc67f6060390312b6555c079eb96c4 (patch)
treefa3992986356b7f533b0730ce39a8196a38e343b
parenta953edd138b5093817ec2cf5101aee52cf24f685 (diff)
downloadaur-b3e8abae81cc67f6060390312b6555c079eb96c4.tar.gz
Update to v4.7.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3053d127abfa..4e245daedb9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = thinkpad-scripts
pkgdesc = Scripts for ThinkPad X220 & X230 Tablet rotation, docking, etc.
- pkgver = 4.7.3
- pkgrel = 2
+ pkgver = 4.7.4
+ pkgrel = 1
url = https://thinkpad-scripts.readthedocs.org/en/latest/
install = thinkpad-scripts.install
arch = any
@@ -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.3.tar.gz
- sha256sums = 709cca9df2cea73a95e9ed3a6c04846d33704bf5d4b01f07381b548468d529c3
+ source = https://github.com/martin-ueding/thinkpad-scripts/archive/v4.7.4.tar.gz
+ sha256sums = dd25120d3c1901540ddbb10fb3204a523bb5bb4c733c96b343d1a84f9411bdc4
pkgname = thinkpad-scripts
diff --git a/PKGBUILD b/PKGBUILD
index c3147a34f286..76312b20e61d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Jim Turner <jturner314 @t gmail dot com>
pkgname=thinkpad-scripts
-pkgver=4.7.3
-pkgrel=2
+pkgver=4.7.4
+pkgrel=1
pkgdesc="Scripts for ThinkPad X220 & X230 Tablet rotation, docking, etc."
arch=('any')
url="https://thinkpad-scripts.readthedocs.org/en/latest/"
@@ -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=('709cca9df2cea73a95e9ed3a6c04846d33704bf5d4b01f07381b548468d529c3')
+sha256sums=('dd25120d3c1901540ddbb10fb3204a523bb5bb4c733c96b343d1a84f9411bdc4')
build() {
cd "$srcdir/$pkgname-$pkgver"