summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2016-02-13 12:46:08 +1100
committerRhinoceros2016-02-13 12:46:08 +1100
commit74b495d8a439fd072ea64d4fbe0304145ec60a3d (patch)
tree4c3d746196e4b9ef1a375fe002df3c11c254e66f
parent380e051487f286d1796d375fde77bfdfc2333c88 (diff)
downloadaur-74b495d8a439fd072ea64d4fbe0304145ec60a3d.tar.gz
Update to 2.10.1-2
* Sources current ahm patch for 2.10.1 (ahm upstream has updated)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d868afa753d6..037ef9a83c20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jan 9 00:03:53 UTC 2016
+# Sat Feb 13 01:45:44 UTC 2016
pkgbase = xf86-input-evdev-ahm
pkgdesc = X.org evdev input driver + at-home-modifier patch
pkgver = 2.10.1
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/at-home-modifier/at-home-modifier-evdev/wikis/home
arch = i686
arch = x86_64
@@ -26,10 +26,10 @@ pkgbase = xf86-input-evdev-ahm
options = !makeflags
source = http://xorg.freedesktop.org//releases/individual/driver/xf86-input-evdev-2.10.1.tar.bz2
source = http://xorg.freedesktop.org//releases/individual/driver/xf86-input-evdev-2.10.1.tar.bz2.sig
- source = https://gitlab.com/at-home-modifier/download/raw/master/patch/ahm-2.10.0.patch
+ source = https://gitlab.com/at-home-modifier/download/raw/master/patch/ahm-2.10.1.patch
sha256sums = af9c2b47f5b272ae56b45da6bd84610fc9a3d80a4b32c8215842a39d862de017
sha256sums = SKIP
- sha256sums = 499aae4533fef8fbfb2cafc7ee495da549eee940ea701ecc13a5ed8d8c731775
+ sha256sums = 75dd9ec06f02afa41b8e86e65e7f0ebc48c6169fc30a959eddd12a540b3f17ca
pkgname = xf86-input-evdev-ahm
diff --git a/PKGBUILD b/PKGBUILD
index 83bdd7cb7de3..12c01dd414b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _name=at-home-modifier
pkgname=xf86-input-evdev-ahm
_pkgname_orig=xf86-input-evdev
pkgver=2.10.1
-pkgrel=1
+pkgrel=2
pkgdesc='X.org evdev input driver + at-home-modifier patch'
arch=(i686 x86_64)
url='https://gitlab.com/at-home-modifier/at-home-modifier-evdev/wikis/home'
@@ -19,16 +19,16 @@ conflicts=('xorg-server<1.18.0' 'X-ABI-XINPUT_VERSION<22' 'X-ABI-XINPUT_VERSION>
options=('!makeflags')
groups=('xorg-drivers' 'xorg')
source=(${_url_orig}/releases/individual/driver/${_pkgname_orig}-${pkgver}.tar.bz2{,.sig}
- https://gitlab.com/at-home-modifier/download/raw/master/patch/ahm-2.10.0.patch)
+ https://gitlab.com/at-home-modifier/download/raw/master/patch/ahm-2.10.1.patch)
sha256sums=('af9c2b47f5b272ae56b45da6bd84610fc9a3d80a4b32c8215842a39d862de017'
'SKIP'
- '499aae4533fef8fbfb2cafc7ee495da549eee940ea701ecc13a5ed8d8c731775')
+ '75dd9ec06f02afa41b8e86e65e7f0ebc48c6169fc30a959eddd12a540b3f17ca')
validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <office@who-t.net>
prepare() {
cd "${_pkgname_orig}-${pkgver}"
# at-home-modifier patch
- patch -p1 -i "${srcdir}/ahm-2.10.0.patch"
+ patch -p1 -i "${srcdir}/ahm-2.10.1.patch"
}
build() {