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

Andreas Radke andyrtr at archlinux.org
Wed Dec 16 16:39:02 UTC 2015


    Date: Wednesday, December 16, 2015 @ 17:39:01
  Author: andyrtr
Revision: 256483

upgpkg: libinput 1.1.3-1

upstream update 1.1.3

Modified:
  libinput/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-16 16:34:47 UTC (rev 256482)
+++ PKGBUILD	2015-12-16 16:39:01 UTC (rev 256483)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot
 
 pkgname=libinput
-pkgver=1.1.2
+pkgver=1.1.3
 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)
@@ -13,7 +13,7 @@
 install=libinput.install
 options=('!libtool')
 source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('a323a32718a8f0f5e85e1ed3a81f0dde45eb52b215a15c7887bec40961d97a84'
+sha256sums=('b95af39391e2b91957af0addce691a4070b28aff69cd2348823bf6ce8169995e'
             'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <office at who-t.net>
 
@@ -27,6 +27,11 @@
   make
 }
 
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list