summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Turner2017-01-14 23:53:26 -0500
committerJim Turner2017-01-14 23:53:26 -0500
commited7b984766c630c49ae5926fc538a9907392f407 (patch)
tree0af570f6d8a35f5e9eb27e37fe9d029f04fe99f4
parentb3e8abae81cc67f6060390312b6555c079eb96c4 (diff)
downloadaur-ed7b984766c630c49ae5926fc538a9907392f407.tar.gz
Update to v4.7.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e245daedb9b..854d42a86c3d 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.4
+ pkgver = 4.7.5
pkgrel = 1
url = https://thinkpad-scripts.readthedocs.org/en/latest/
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.4.tar.gz
- sha256sums = dd25120d3c1901540ddbb10fb3204a523bb5bb4c733c96b343d1a84f9411bdc4
+ source = https://github.com/martin-ueding/thinkpad-scripts/archive/v4.7.5.tar.gz
+ sha256sums = 9e755cebbe4348cf60b72cc5b2dac4a382b885279c78b51a304bb5fcf4f19e42
pkgname = thinkpad-scripts
diff --git a/PKGBUILD b/PKGBUILD
index 76312b20e61d..174b230fd66c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jim Turner <jturner314 @t gmail dot com>
pkgname=thinkpad-scripts
-pkgver=4.7.4
+pkgver=4.7.5
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=('dd25120d3c1901540ddbb10fb3204a523bb5bb4c733c96b343d1a84f9411bdc4')
+sha256sums=('9e755cebbe4348cf60b72cc5b2dac4a382b885279c78b51a304bb5fcf4f19e42')
build() {
cd "$srcdir/$pkgname-$pkgver"