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

Felix Yan felixonmars at archlinux.org
Sat May 15 00:43:42 UTC 2021


    Date: Saturday, May 15, 2021 @ 00:43:41
  Author: felixonmars
Revision: 934483

archrelease: copy trunk to community-any

Added:
  perl-test-script/repos/community-any/PKGBUILD
    (from rev 934482, 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	2021-05-15 00:43:28 UTC (rev 934482)
+++ PKGBUILD	2021-05-15 00:43:41 UTC (rev 934483)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-test-script
-pkgver=1.27
-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=('7215a6b22fb499a5963e823e25dad75ed42edc090bbf1f713938d1c36a5f04414aae4fd95ccd32ae98c3f5128fdf84cecc48e2d64cffad184e2b650b2e7e9be5')
-
-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 934482, perl-test-script/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-15 00:43:41 UTC (rev 934483)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-test-script
+pkgver=1.29
+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=('979fade0abc83f8d7d4c1c094fa928e27bd7c9db52140b156689d3b192d9ea84f5824554d6788c9144cf2923a04b1d8a8bdfdcc05a0be5514de92353c9a7d10f')
+
+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