summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Turner2017-01-15 18:22:32 -0500
committerJim Turner2017-01-15 18:22:32 -0500
commite1ba04d3eb582bf7cfed73945b3f1b1743d25914 (patch)
tree60929e67e304b36cfe7b253d504dbeb5e88995bf
parented7b984766c630c49ae5926fc538a9907392f407 (diff)
downloadaur-e1ba04d3eb582bf7cfed73945b3f1b1743d25914.tar.gz
Update to v4.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 854d42a86c3d..4ba57d26ed40 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.5
+ pkgver = 4.8.0
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.5.tar.gz
- sha256sums = 9e755cebbe4348cf60b72cc5b2dac4a382b885279c78b51a304bb5fcf4f19e42
+ source = https://github.com/martin-ueding/thinkpad-scripts/archive/v4.8.0.tar.gz
+ sha256sums = 091296c25cb6a7a15132e2d68f526e75411a70991e107c460d349a311a2432a4
pkgname = thinkpad-scripts
diff --git a/PKGBUILD b/PKGBUILD
index 174b230fd66c..2320885dd4cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jim Turner <jturner314 @t gmail dot com>
pkgname=thinkpad-scripts
-pkgver=4.7.5
+pkgver=4.8.0
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=('9e755cebbe4348cf60b72cc5b2dac4a382b885279c78b51a304bb5fcf4f19e42')
+sha256sums=('091296c25cb6a7a15132e2d68f526e75411a70991e107c460d349a311a2432a4')
build() {
cd "$srcdir/$pkgname-$pkgver"