summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbilabila2018-10-26 13:38:35 +0800
committerbilabila2018-10-26 13:38:35 +0800
commit5310f0e1c760afe28cb3efaee5c816cc0ddd9adf (patch)
treef5e15d07e58a4220a93e5d22d179147caf43a260
parentc7e048022215da5edc35221965dcf1e4a62a7e89 (diff)
downloadaur-5310f0e1c760afe28cb3efaee5c816cc0ddd9adf.tar.gz
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6fe133b26f9..6ccc0d7cfe5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libinput-multiplier
pkgdesc = scroll patch, discrete deltay multiplier
- pkgver = 1.12.0
- pkgrel = 3
+ pkgver = 1.12.2
+ pkgrel = 1
url = http://freedesktop.org/wiki/Software/libinput/
arch = i686
arch = x86_64
@@ -15,11 +15,11 @@ pkgbase = libinput-multiplier
optdepends = gtk3: libinput debug-gui
optdepends = python-pyudev: libinput measure
optdepends = python-evdev: libinput measure
- provides = libinput=1.12.0
+ provides = libinput=1.12.2
conflicts = libinput
- source = https://freedesktop.org/software/libinput/libinput-1.12.0.tar.xz
+ source = https://freedesktop.org/software/libinput/libinput-1.12.2.tar.xz
source = multiplier.patch
- sha512sums = 4aee877785f9ac080e4f8ee20f3643bc4f3ddbc568aca6c363a962f8c8f76b8db7dc113c8167092f0277d112346a85b9a7e7c3c3f227ed243aaba32c9092c924
+ sha512sums = f7122a1d18dd2d0072a34fd9897ebe25a065100b3754052d7ec133bddb56d5c2a5a94950cfc8366ef5d117180c28b3ff99b1a62f3ab95df5ac22f86721fbdc67
sha512sums = SKIP
pkgname = libinput-multiplier
diff --git a/PKGBUILD b/PKGBUILD
index 5f991f6fd71e..05ec7973ae2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=libinput
_patch=multiplier.patch
pkgname=$_pkgname-multiplier
-pkgver=1.12.0
-pkgrel=3
+pkgver=1.12.2
+pkgrel=1
pkgdesc='scroll patch, discrete deltay multiplier'
arch=(i686 x86_64)
url='http://freedesktop.org/wiki/Software/libinput/'
@@ -17,7 +17,7 @@ optdepends=('gtk3: libinput debug-gui'
conflicts=($_pkgname)
source=(https://freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz
$_patch)
-sha512sums=('4aee877785f9ac080e4f8ee20f3643bc4f3ddbc568aca6c363a962f8c8f76b8db7dc113c8167092f0277d112346a85b9a7e7c3c3f227ed243aaba32c9092c924'
+sha512sums=('f7122a1d18dd2d0072a34fd9897ebe25a065100b3754052d7ec133bddb56d5c2a5a94950cfc8366ef5d117180c28b3ff99b1a62f3ab95df5ac22f86721fbdc67'
'SKIP')
prepare() {
cd "${srcdir}/$_pkgname-$pkgver"
@@ -27,6 +27,7 @@ build() {
cd "${srcdir}/$_pkgname-$pkgver"
meson build --prefix=/usr \
--libexecdir=/usr/lib \
+ -Dudev-dir=/usr/lib/udev \
-Dtests=false \
-Ddocumentation=false
ninja -C build