[arch-commits] Commit in libevdev/trunk (PKGBUILD)

Andreas Radke andyrtr at nymeria.archlinux.org
Sat May 17 19:04:33 UTC 2014


    Date: Saturday, May 17, 2014 @ 21:04:32
  Author: andyrtr
Revision: 213042

upgpkg: libevdev 1.2.1-1

upstream update 1.2.1

Modified:
  libevdev/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-17 18:30:52 UTC (rev 213041)
+++ PKGBUILD	2014-05-17 19:04:32 UTC (rev 213042)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=libevdev
-pkgver=1.2
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="Wrapper library for evdev devices"
 arch=(i686 x86_64)
@@ -10,8 +10,9 @@
 license=(custom:X11)
 depends=('glibc')
 makedepends=('python2' 'check' 'valgrind' 'doxygen')
+#checkdepends=('kmod')
 source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('4195618067c01d915f67ad3034e89aaa597f5d548dbdd31fa12c569d4bf5a440')
+sha256sums=('7cc522bee24f0c3e70ecf0a1c312258d7155e8197292cfeeeb85f2959edb1e38')
 
 build() {
   cd $pkgname-$pkgver
@@ -21,6 +22,9 @@
 }
 check() {
   cd $pkgname-$pkgver
+  # test suite requires root access and needs to load uinput module
+  # that's not possible in our chroot
+  #modprobe uinput
   make check || /bin/true
 }
 




More information about the arch-commits mailing list