summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoel Teichroeb2017-04-19 17:38:02 -0700
committerJoel Teichroeb2017-04-19 17:38:02 -0700
commitcec005d57bd0fb60b1b3b4f2d421468bc59d4121 (patch)
treee67b7eba508bf9709172e9da9153996b7d66cbdf /PKGBUILD
parent22e0866326f2ff6f261175edb10b1ab39dd624ee (diff)
downloadaur-cec005d57bd0fb60b1b3b4f2d421468bc59d4121.tar.gz
Disable tests as they are now on by default
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6daa531e4f73..5c0bf7963a93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joel Teichroeb <joel@teichroeb.net>
pkgname=libinput-git
-pkgver=1.5.2.r71.g738a39f
+pkgver=1.7.0.r29.g7944d89
pkgrel=1
pkgdesc='A library to handle input devices in Wayland compositors'
arch=(i686 x86_64)
@@ -22,7 +22,7 @@ pkgver() {
build() {
cd libinput
- ./autogen.sh --prefix=/usr --disable-static
+ ./autogen.sh --prefix=/usr --disable-static --disable-tests
make
}