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

Andreas Radke andyrtr at archlinux.org
Thu Jan 15 21:37:32 UTC 2015


    Date: Thursday, January 15, 2015 @ 22:37:32
  Author: andyrtr
Revision: 229100

prepare next release

Modified:
  libinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-15 21:08:32 UTC (rev 229099)
+++ PKGBUILD	2015-01-15 21:37:32 UTC (rev 229100)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot
 
 pkgname=libinput
-pkgver=0.7.0
+pkgver=0.8.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)
@@ -13,7 +13,7 @@
 makedepends=('systemd')
 options=('!libtool')
 source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('129f485afe5e4a9394641293991c97cb99f5f3338340d0d65b704ff463d1579e'
+sha256sums=('57747436ac6a2ed9fe7745093acdd96fdce699bad6074c6e89450367d74192c7'
             'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <office at who-t.net>
 
@@ -23,6 +23,11 @@
   make
 }
 
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list