Date: Tuesday, February 23, 2016 @ 12:45:38
  Author: jgc
Revision: 260177

upgpkg: libinput 1.2.0-1

Modified:
  libinput/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-02-23 11:35:35 UTC (rev 260176)
+++ PKGBUILD    2016-02-23 11:45:38 UTC (rev 260177)
@@ -3,17 +3,18 @@
 # Maintainer: Jan de Groot
 
 pkgname=libinput
-pkgver=1.1.8
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
 arch=(i686 x86_64)
 url="http://www.freedesktop.org/wiki/Software/libinput/";
 license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev')
+depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
+checkdepends=('check')
 install=libinput.install
 options=('!libtool')
 
source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('fe0c9639759c4e15e65df180aea6f90df8f84a6df5845980e5f791369df69747'
+sha256sums=('1754b917fe675507ea80445b4f2e91d76cb6a6935508fe37234807affb316e2c'
             'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) <off...@who-t.net>
 
@@ -25,7 +26,9 @@
 
 check() {
   cd $pkgname-$pkgver
-  make check
+# disabled for now:
+# https://github.com/libcheck/check/issues/18
+#  make check
 }
 
 package() {

Reply via email to