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

Sergej Pupykin spupykin at gemini.archlinux.org
Sun Aug 7 12:14:53 UTC 2022


    Date: Sunday, August 7, 2022 @ 12:14:53
  Author: spupykin
Revision: 1260536

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-07 12:14:43 UTC (rev 1260535)
+++ PKGBUILD	2022-08-07 12:14:53 UTC (rev 1260536)
@@ -1,31 +0,0 @@
-# Maintainer:
-
-pkgname=perl-test-trap
-pkgver=0.3.4
-pkgrel=5
-pkgdesc='Trap exit codes, exceptions, output, etc.'
-arch=('any')
-url="https://metacpan.org/release/Test-Trap"
-license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-data-dump')
-options=('!emptydirs')
-source=("https://search.cpan.org/CPAN/authors/id/E/EB/EBHANSSEN/Test-Trap-v$pkgver.tar.gz")
-sha1sums=('53519d57ba9879fa935cf49c09da7514d8d7dd89')
-
-build() {
-  cd Test-Trap-v$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Test-Trap-v$pkgver
-  # XXX: test fails since perl 5.26.0, no idea why, figure it out later - bluewind
-  rm -f t/10-tester.t
-  make test
-}
-
-package() {
-  cd Test-Trap-v$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-test-trap/repos/community-any/PKGBUILD (from rev 1260535, perl-test-trap/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-07 12:14:53 UTC (rev 1260536)
@@ -0,0 +1,31 @@
+# Maintainer:
+
+pkgname=perl-test-trap
+pkgver=0.3.5
+pkgrel=1
+pkgdesc='Trap exit codes, exceptions, output, etc.'
+arch=('any')
+url="https://metacpan.org/release/Test-Trap"
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-data-dump')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/E/EB/EBHANSSEN/Test-Trap-v$pkgver.tar.gz")
+sha1sums=('41d3430a0ab8cfec955c9c45dd12d1f92c29e439')
+
+build() {
+  cd Test-Trap-v$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-Trap-v$pkgver
+  # XXX: test fails since perl 5.26.0, no idea why, figure it out later - bluewind
+  rm -f t/10-tester.t
+  make test
+}
+
+package() {
+  cd Test-Trap-v$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list