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

Tobias Powalowski tpowa at archlinux.org
Thu Nov 3 20:11:40 UTC 2011


    Date: Thursday, November 3, 2011 @ 16:11:39
  Author: tpowa
Revision: 141979

signed rebuild and added check function

Modified:
  libusb/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-03 20:10:28 UTC (rev 141978)
+++ PKGBUILD	2011-11-03 20:11:39 UTC (rev 141979)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 pkgname=libusb
 pkgver=1.0.8
-pkgrel=1
+pkgrel=2
 depends=('glibc')
 pkgdesc="Library to enable user space application programs to communicate with USB devices."
 arch=(i686 x86_64)
@@ -19,6 +19,11 @@
   make
 }
 
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
 package () {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install




More information about the arch-commits mailing list