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

Felix Yan felixonmars at archlinux.org
Mon Aug 10 10:11:26 UTC 2020


    Date: Monday, August 10, 2020 @ 10:11:25
  Author: felixonmars
Revision: 673523

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-10 10:11:17 UTC (rev 673522)
+++ PKGBUILD	2020-08-10 10:11:25 UTC (rev 673523)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
-# Contributor: Justin Davis (juster) <jrcd83 at gmail.com>
-
-pkgname=perl-test-fatal
-pkgver=0.014
-pkgrel=6
-pkgdesc="Incredibly simple helpers for testing code with exceptions"
-arch=('any')
-url="https://metacpan.org/release/Test-Fatal"
-license=('PerlArtistic' 'GPL')
-depends=('perl-try-tiny')
-options=('!emptydirs')
-source=(https://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Fatal-$pkgver.tar.gz)
-sha1sums=('6984ef1c0aed1d2c8334e8f20818cbf269abc345')
-
-build() {
-  cd "$srcdir/Test-Fatal-$pkgver"
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "$srcdir/Test-Fatal-$pkgver"
-  make test
-}
-
-package() {
-  cd "$srcdir/Test-Fatal-$pkgver"
-  make INSTALLDIRS=vendor DESTDIR="$pkgdir" install
-}

Copied: perl-test-fatal/repos/community-any/PKGBUILD (from rev 673522, perl-test-fatal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-10 10:11:25 UTC (rev 673523)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: Justin Davis (juster) <jrcd83 at gmail.com>
+
+pkgname=perl-test-fatal
+pkgver=0.016
+pkgrel=1
+pkgdesc="Incredibly simple helpers for testing code with exceptions"
+arch=('any')
+url="https://metacpan.org/release/Test-Fatal"
+license=('PerlArtistic' 'GPL')
+depends=('perl-try-tiny')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Fatal-$pkgver.tar.gz)
+sha512sums=('395d56cfc62fa5888458ec124710b5333f4c7396653e2755a69b08c738ca3d7503e8e413a10c8a55042fba15e90fa5331bb0bf9c59d3677c2ae5e710435120b5')
+
+build() {
+  cd "$srcdir/Test-Fatal-$pkgver"
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "$srcdir/Test-Fatal-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/Test-Fatal-$pkgver"
+  make INSTALLDIRS=vendor DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list