[arch-commits] Commit in perl-test-inter/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Mar 15 08:08:27 UTC 2019


    Date: Friday, March 15, 2019 @ 08:08:26
  Author: felixonmars
Revision: 441837

archrelease: copy trunk to community-any

Added:
  perl-test-inter/repos/community-any/PKGBUILD
    (from rev 441836, perl-test-inter/trunk/PKGBUILD)
Deleted:
  perl-test-inter/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   59 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 30 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-15 08:08:07 UTC (rev 441836)
+++ PKGBUILD	2019-03-15 08:08:26 UTC (rev 441837)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-test-inter
-pkgver=1.08
-pkgrel=1
-pkgdesc='Framework for more readable interactive test scripts'
-arch=('any')
-url="https://metacpan.org/release/Test-Inter"
-license=('PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Test-Inter-$pkgver.tar.gz")
-sha512sums=('bcde15bd8b63ec97349e0ceb0b21df8d77057578d993687b57b5761b4c431aae0f42fbd3012ddb67ff557bbb0c2bb709e9163e09fcba3293af8112543a1f056e')
-
-build() {
-  cd Test-Inter-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Test-Inter-$pkgver
-  make test
-}
-
-package() {
-  cd Test-Inter-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-test-inter/repos/community-any/PKGBUILD (from rev 441836, perl-test-inter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-15 08:08:26 UTC (rev 441837)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-test-inter
+pkgver=1.09
+pkgrel=1
+pkgdesc='Framework for more readable interactive test scripts'
+arch=('any')
+url="https://metacpan.org/release/Test-Inter"
+license=('PerlArtistic')
+depends=('perl')
+makedepends=('perl-file-find-rule' 'perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Test-Inter-$pkgver.tar.gz")
+sha512sums=('b1f556393a445ae2c04fcc958fc3c9ee9091d17aaa9997dfde13098622162ebc27ac0282401abc27131a3b072be3aafeb5cc74af4b3e1ff4149f6c77536ef6c4')
+
+build() {
+  cd Test-Inter-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-Inter-$pkgver
+  make test
+}
+
+package() {
+  cd Test-Inter-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list