[arch-commits] Commit in perl-try-tiny/repos/extra-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sat Nov 27 01:07:44 UTC 2021
Date: Saturday, November 27, 2021 @ 01:07:44
Author: felixonmars
Revision: 429385
archrelease: copy trunk to extra-any
Added:
perl-try-tiny/repos/extra-any/PKGBUILD
(from rev 429384, perl-try-tiny/trunk/PKGBUILD)
Deleted:
perl-try-tiny/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-27 01:07:33 UTC (rev 429384)
+++ PKGBUILD 2021-11-27 01:07:44 UTC (rev 429385)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-try-tiny
-pkgver=0.30
-pkgrel=6
-pkgdesc="Minimal try/catch with proper localization of \$@"
-arch=('any')
-url="https://search.cpan.org/dist/Try-Tiny"
-license=('MIT')
-depends=('perl')
-options=('!emptydirs')
-source=("https://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Try-Tiny-${pkgver}.tar.gz")
-sha512sums=('f523736ab0504ca0f7150be312e62988c4b9473a9e8469b0746dc8364945e2922c64c92e95e6c2b5792c5d6399dabea3d00aa45c065155b95519d5658a07216c')
-
-build() {
- cd Try-Tiny-${pkgver}
- perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-check() {
- cd Try-Tiny-${pkgver}
- make test
-}
-
-package() {
- cd Try-Tiny-${pkgver}
- make DESTDIR="$pkgdir" install
- # upstream typo :/
- install -D -m644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
Copied: perl-try-tiny/repos/extra-any/PKGBUILD (from rev 429384, perl-try-tiny/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-27 01:07:44 UTC (rev 429385)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-try-tiny
+pkgver=0.31
+pkgrel=1
+pkgdesc="Minimal try/catch with proper localization of \$@"
+arch=('any')
+url="https://search.cpan.org/dist/Try-Tiny"
+license=('MIT')
+depends=('perl')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Try-Tiny-${pkgver}.tar.gz")
+sha512sums=('1a3c852e56797d81da60a4f4887cb70fc575eca83d10b8cd12fe5d5d0008a967801218f3a5277a2f1347ade95b9515c1f237333e491742d06614c0beecf44768')
+
+build() {
+ cd Try-Tiny-${pkgver}
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd Try-Tiny-${pkgver}
+ make test
+}
+
+package() {
+ cd Try-Tiny-${pkgver}
+ make DESTDIR="$pkgdir" install
+ # upstream typo :/
+ install -D -m644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
More information about the arch-commits
mailing list