Date: Wednesday, December 21, 2016 @ 02:56:53
  Author: felixonmars
Revision: 200533

archrelease: copy trunk to community-any

Added:
  perl-test2-suite/repos/community-any/PKGBUILD
    (from rev 200532, perl-test2-suite/trunk/PKGBUILD)
Deleted:
  perl-test2-suite/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2016-12-21 02:56:32 UTC (rev 200532)
+++ PKGBUILD    2016-12-21 02:56:53 UTC (rev 200533)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=perl-test2-suite
-pkgver=0.000063
-pkgrel=1
-pkgdesc="Distribution with a rich set of tools built upon the Test2 framework."
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Test2-Suite";
-# Specify version bounds to pick up perl-test-simple in [community], since 
perl includes an old one.
-depends=('perl-importer' 'perl-test-simple>=1.300000')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-$pkgver.tar.gz";)
-sha512sums=('2e5ef77fbcaffefe02c92be09dd2cb6af4144076f012fc5352449817f3913adbd972c83832db4aee8d523e45c8f5350a1a6f910c50b07e14342a4a2d5d4288f1')
-
-build() {
-  cd Test2-Suite-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Test2-Suite-$pkgver
-  make test
-}
-
-package() {
-  cd Test2-Suite-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-test2-suite/repos/community-any/PKGBUILD (from rev 200532, 
perl-test2-suite/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2016-12-21 02:56:53 UTC (rev 200533)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=perl-test2-suite
+pkgver=0.000065
+pkgrel=1
+pkgdesc="Distribution with a rich set of tools built upon the Test2 framework."
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Test2-Suite";
+# Specify version bounds to pick up perl-test-simple in [community], since 
perl includes an old one.
+depends=('perl-importer' 'perl-term-table' 'perl-test-simple>=1.300000')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-$pkgver.tar.gz";)
+sha512sums=('a04e811867ba1d5afa060ab9ea3e7408acb05ffeddcaa443a18dd3256654292cc746295490fd74a002cfb0fe57f1b0fa4c3b8a0331e7b543a456cc7524668f77')
+
+build() {
+  cd Test2-Suite-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test2-Suite-$pkgver
+  make test
+}
+
+package() {
+  cd Test2-Suite-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Reply via email to