summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoel Teichroeb2018-01-08 09:55:51 -0800
committerJoel Teichroeb2018-01-08 09:55:51 -0800
commit088db0d77f041a464c669445ed107a2737bc356a (patch)
tree7a91b807357faa33c41681d4fd67af2fc8f96e4b /PKGBUILD
parent23ccabf5204ffbfc636c514932b65733e4a7056d (diff)
downloadaur-088db0d77f041a464c669445ed107a2737bc356a.tar.gz
Remove broken check step
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c12b67ef4d1..be3377cc3fb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joel Teichroeb <joel@teichroeb.net>
pkgname=libinput-git
-pkgver=1.8.0.r7.gca9d6a8
+pkgver=1.9.1.r66.g43de03a0
pkgrel=1
pkgdesc='Input device management and event handling library'
arch=(i686 x86_64)
@@ -9,7 +9,6 @@ url='http://freedesktop.org/wiki/Software/libinput/'
provides=("libinput=${pkgver}")
license=('MIT')
depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
-checkdepends=('valgrind')
makedepends=('git' 'meson' 'doxygen' 'graphviz' 'gtk3')
conflicts=('libinput')
source=(git://anongit.freedesktop.org/wayland/libinput)
@@ -29,11 +28,6 @@ build() {
ninja -C build
}
-check() {
- cd libinput/build
- mesontest
-}
-
package() {
cd libinput
DESTDIR="$pkgdir" ninja -C build install