summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8ec0baf0586..f8e28342fc25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thinkpad-scripts
pkgdesc = Scripts for ThinkPad X220 & X230 Tablet rotation, docking, etc.
- pkgver = 4.11.0
+ pkgver = 4.12.0
pkgrel = 1
url = https://thinkpad-scripts.readthedocs.org/en/latest/
install = thinkpad-scripts.install
@@ -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.11.0.tar.gz
- sha256sums = a24bf13793d02348778465e8e608429570a2ce676e1d15f57da69beff2697684
+ source = https://github.com/martin-ueding/thinkpad-scripts/archive/v4.12.0.tar.gz
+ sha256sums = 99966d2983f644c5a96f6c366ff6b61f536dfa7d41eb6598079a21573f2b8d62
pkgname = thinkpad-scripts
diff --git a/PKGBUILD b/PKGBUILD
index 01ec1e929448..0abb2635a284 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jim Turner <jturner314 @t gmail dot com>
pkgname=thinkpad-scripts
-pkgver=4.11.0
+pkgver=4.12.0
pkgrel=1
pkgdesc="Scripts for ThinkPad X220 & X230 Tablet rotation, docking, etc."
arch=('any')
@@ -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=('a24bf13793d02348778465e8e608429570a2ce676e1d15f57da69beff2697684')
+sha256sums=('99966d2983f644c5a96f6c366ff6b61f536dfa7d41eb6598079a21573f2b8d62')
build() {
cd "$srcdir/$pkgname-$pkgver"