[arch-commits] Commit in pkgbuild-introspection/repos/community-any (2 files)

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


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

archrelease: copy trunk to community-any

Added:
  pkgbuild-introspection/repos/community-any/PKGBUILD
    (from rev 120187, pkgbuild-introspection/trunk/PKGBUILD)
Deleted:
  pkgbuild-introspection/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   43 ++++++++++++++++++++++++-------------------
 1 file changed, 24 insertions(+), 19 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-05 20:16:07 UTC (rev 120187)
+++ PKGBUILD	2014-10-05 20:16:22 UTC (rev 120188)
@@ -1,19 +0,0 @@
-pkgname=pkgbuild-introspection
-pkgver=4
-pkgrel=1
-pkgdesc='Tools for generating .AURINFO files and PKGBUILD data extraction'
-url="https://github.com/falconindy/pkgbuild-introspection"
-license=('MIT')
-arch=('any')
-depends=('bash')
-source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('26caeef4592196e4f08f4d0198f35f51'
-         'SKIP')
-
-build() {
-  make -C "$pkgname-$pkgver"
-}
-
-package() {
-  make -C "$pkgname-$pkgver" PREFIX=/usr DESTDIR="$pkgdir" install
-}

Copied: pkgbuild-introspection/repos/community-any/PKGBUILD (from rev 120187, pkgbuild-introspection/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-10-05 20:16:22 UTC (rev 120188)
@@ -0,0 +1,24 @@
+pkgname=pkgbuild-introspection
+pkgver=5
+pkgrel=1
+pkgdesc='Tools for generating .AURINFO files and PKGBUILD data extraction'
+url="https://github.com/falconindy/pkgbuild-introspection"
+license=('MIT')
+arch=('any')
+depends=('bash')
+source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+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