Date: Saturday, August 26, 2017 @ 17:35:32
  Author: foutrelis
Revision: 304039

archrelease: copy trunk to staging-any

Added:
  perl-archive-zip/repos/staging-any/PKGBUILD
    (from rev 304038, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/staging-any/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2017-08-26 17:35:25 UTC (rev 304038)
+++ PKGBUILD    2017-08-26 17:35:32 UTC (rev 304039)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Allan McRae <[email protected]>
-# Contributor: Andrew Simmons <[email protected]>
-
-pkgname=perl-archive-zip
-pkgver=1.59
-pkgrel=4
-pkgdesc="Provide a perl interface to ZIP archive files"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/Archive-Zip/";
-depends=('perl')
-checkdepends=('perl-test-mockmodule')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-md5sums=('b649a593391573f9382cef8c08d1d5ba')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-archive-zip/repos/staging-any/PKGBUILD (from rev 304038, 
perl-archive-zip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2017-08-26 17:35:32 UTC (rev 304039)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Allan McRae <[email protected]>
+# Contributor: Andrew Simmons <[email protected]>
+
+pkgname=perl-archive-zip
+pkgver=1.59
+pkgrel=5
+pkgdesc="Provide a perl interface to ZIP archive files"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/Archive-Zip/";
+depends=('perl')
+checkdepends=('perl-test-mockmodule')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+md5sums=('b649a593391573f9382cef8c08d1d5ba')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to