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

Felix Yan felixonmars at archlinux.org
Tue Oct 29 14:45:21 UTC 2019


    Date: Tuesday, October 29, 2019 @ 14:45:12
  Author: felixonmars
Revision: 520898

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-29 14:44:51 UTC (rev 520897)
+++ PKGBUILD	2019-10-29 14:45:12 UTC (rev 520898)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-test-script
-pkgver=1.25
-pkgrel=2
-pkgdesc="Basic cross-platform tests for scripts"
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Test-Script"
-depends=('perl-capture-tiny' 'perl-probe-perl' 'perl-test2-suite')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Test-Script-$pkgver.tar.gz")
-sha512sums=('307aeb0692ff4f116bbdadced22526ee583df184742ffde7922e18e2949889b309f57d12dfdc4fef65d55489634dedd77d57fa76ba7b12fc3e58c3bb71b6d81b')
-
-build() {
-  cd Test-Script-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Test-Script-$pkgver
-  make test
-}
-
-package() {
-  cd Test-Script-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-test-script/repos/community-any/PKGBUILD (from rev 520897, perl-test-script/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-29 14:45:12 UTC (rev 520898)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-test-script
+pkgver=1.26
+pkgrel=1
+pkgdesc="Basic cross-platform tests for scripts"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Test-Script"
+depends=('perl-capture-tiny' 'perl-probe-perl' 'perl-test2-suite')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Test-Script-$pkgver.tar.gz")
+sha512sums=('9cca12ff9cb8de394cac760da16b39d371a70fa9624adc8d4e97ee45f0b18ccb41add99716ed6a969aaeb2df5ee3f1aa7cb287e2d93ee8533c89bbd0cf6b2c96')
+
+build() {
+  cd Test-Script-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-Script-$pkgver
+  make test
+}
+
+package() {
+  cd Test-Script-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list