summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb2d9f1e7f20..94caf402cb50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jun 11 17:29:11 UTC 2016
+# Sat Jul 30 06:31:07 UTC 2016
pkgbase = lib32-libinput
pkgdesc = library that handles input devices for display servers and other applications that need to directly deal with input devices. (32-bit)
pkgver = 1.3.0
- pkgrel = 2
+ pkgrel = 3
url = http://www.freedesktop.org/wiki/Software/libinput/
install = libinput.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 16dbf3aca4c4..39d8f9f66e6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_basename=libinput
pkgname="lib32-$_basename"
pkgver=1.3.0
-pkgrel=2
+pkgrel=3
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/"
@@ -32,7 +32,7 @@ build() {
export CXX='g++ -m32'
export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
- ./configure --prefix=/usr --disable-static \
+ ./configure --prefix=/usr --disable-static --disable-tests \
--build=i686-pc-linux-gnu --libdir=/usr/lib32
make
}