summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Teichroeb2017-04-19 17:38:02 -0700
committerJoel Teichroeb2017-04-19 17:38:02 -0700
commitcec005d57bd0fb60b1b3b4f2d421468bc59d4121 (patch)
treee67b7eba508bf9709172e9da9153996b7d66cbdf
parent22e0866326f2ff6f261175edb10b1ab39dd624ee (diff)
downloadaur-cec005d57bd0fb60b1b3b4f2d421468bc59d4121.tar.gz
Disable tests as they are now on by default
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5551cacbf1dc..90e1ed88d035 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jan 7 23:04:23 UTC 2017
+# Thu Apr 20 00:37:37 UTC 2017
pkgbase = libinput-git
pkgdesc = A library to handle input devices in Wayland compositors
- pkgver = 1.5.2.r71.g738a39f
+ pkgver = 1.7.0.r29.g7944d89
pkgrel = 1
url = http://freedesktop.org/wiki/Software/libinput/
arch = i686
@@ -13,7 +13,7 @@ pkgbase = libinput-git
depends = systemd
depends = libevdev
depends = libwacom
- provides = libinput=1.5.2.r71.g738a39f
+ provides = libinput=1.7.0.r29.g7944d89
conflicts = libinput
source = git://anongit.freedesktop.org/wayland/libinput
sha1sums = SKIP
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
}