summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 4 insertions, 12 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c740bf8b2cc..664b50c2fa42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_basename=libinput
pkgname="lib32-$_basename"
pkgver=1.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="library that handles input devices for display servers and other applications that need to directly deal with input devices. (32-bit)"
arch=('x86_64')
url="http://www.freedesktop.org/wiki/Software/libinput/"
@@ -12,19 +12,11 @@ depends=('lib32-mtdev' 'lib32-systemd' 'lib32-libevdev' 'lib32-libwacom' 'lib32-
checkdepends=('lib32-check')
install=libinput.install
options=('!libtool')
-source=(http://freedesktop.org/software/$_basename/$_basename-$pkgver.tar.xz{,.sig}
- touchpad_only_use_negative_pressure_change_check.diff)
-sha256sums=('998a75fb261d161efaa7da44411cdc9a32a953280e4ffc6322ca19f057d0c1ea'
- 'SKIP'
- 'bfc71b3c3c18ab6dc6cb076e7b0410b5f3a51aa7b7db34f7fd35dd79c9615806')
+source=(http://freedesktop.org/software/$_basename/$_basename-$pkgver.tar.xz{,.sig})
+sha256sums=('76ef10874519d1a67b57e5c68ede06106b9fbf611a3ecf69c84886107c67b420'
+ 'SKIP')
validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <office@who-t.net>
-prepare() {
- cd $_basename-$pkgver
- # fix slow touchpad input, FS#49397
- patch -Np1 -i ${srcdir}/touchpad_only_use_negative_pressure_change_check.diff
-}
-
build() {
cd $_basename-$pkgver