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

Dave Reisner dreisner at archlinux.org
Sun Oct 5 20:16:07 UTC 2014


    Date: Sunday, October 5, 2014 @ 22:16:07
  Author: dreisner
Revision: 120187

upgpkg: pkgbuild-introspection 5-1

Modified:
  pkgbuild-introspection/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-05 20:12:20 UTC (rev 120186)
+++ PKGBUILD	2014-10-05 20:16:07 UTC (rev 120187)
@@ -1,5 +1,5 @@
 pkgname=pkgbuild-introspection
-pkgver=4
+pkgver=5
 pkgrel=1
 pkgdesc='Tools for generating .AURINFO files and PKGBUILD data extraction'
 url="https://github.com/falconindy/pkgbuild-introspection"
@@ -7,13 +7,18 @@
 arch=('any')
 depends=('bash')
 source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('26caeef4592196e4f08f4d0198f35f51'
+md5sums=('69a0d34c7a660b1e880a874066b93358'
          'SKIP')
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
 
 build() {
   make -C "$pkgname-$pkgver"
 }
 
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
 package() {
   make -C "$pkgname-$pkgver" PREFIX=/usr DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list