summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Turner2015-08-23 18:52:47 -0400
committerJim Turner2015-08-23 18:52:47 -0400
commit694e0d58be8e5d6f5739beb480c131feef3767a4 (patch)
tree149662859e52b3f3c4da357a48c936c583097730
parent8326a0764de405cca33fde154e834c5fe537815d (diff)
downloadaur-694e0d58be8e5d6f5739beb480c131feef3767a4.tar.gz
Update to v4.4.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 419f3e0d67c4..7bdb30eef7a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = thinkpad-scripts
pkgdesc = Scripts for ThinkPad X220 & X230 Tablet rotation, docking, etc.
- pkgver = 4.4.1
- pkgrel = 2
+ pkgver = 4.4.2
+ pkgrel = 1
url = http://martin-ueding.de/en/projects/thinkpad-scripts
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.4.1.tar.gz
- sha256sums = be65104b88bffb076640ad5c5d710d8b555d492c85e6e5cf34bf83f66b2b33a1
+ source = https://github.com/martin-ueding/thinkpad-scripts/archive/v4.4.2.tar.gz
+ sha256sums = b0798b1f80b641ab046278b8c324f33dca5e8f6eda9de9adb9f71d38e6191241
pkgname = thinkpad-scripts
diff --git a/PKGBUILD b/PKGBUILD
index 47e34c74a361..7965e53bb598 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Jim Turner <jturner314 @t gmail dot com>
pkgname=thinkpad-scripts
-pkgver=4.4.1
-pkgrel=2
+pkgver=4.4.2
+pkgrel=1
pkgdesc="Scripts for ThinkPad X220 & X230 Tablet rotation, docking, etc."
arch=('any')
url="http://martin-ueding.de/en/projects/thinkpad-scripts"
@@ -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=('be65104b88bffb076640ad5c5d710d8b555d492c85e6e5cf34bf83f66b2b33a1')
+sha256sums=('b0798b1f80b641ab046278b8c324f33dca5e8f6eda9de9adb9f71d38e6191241')
build() {
cd "$srcdir/$pkgname-$pkgver"