[arch-commits] Commit in perl-b-keywords/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Dec 18 17:04:38 UTC 2019


    Date: Wednesday, December 18, 2019 @ 17:04:37
  Author: felixonmars
Revision: 538032

archrelease: copy trunk to community-any

Added:
  perl-b-keywords/repos/community-any/PKGBUILD
    (from rev 538031, perl-b-keywords/trunk/PKGBUILD)
Deleted:
  perl-b-keywords/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-18 17:04:19 UTC (rev 538031)
+++ PKGBUILD	2019-12-18 17:04:37 UTC (rev 538032)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-b-keywords
-pkgver=1.20
-pkgrel=2
-pkgdesc="Lists of reserved barewords and symbol names"
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/B-Keywords"
-depends=('perl')
-checkdepends=('perl-test-pod')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/R/RU/RURBAN/B-Keywords-$pkgver.tar.gz")
-sha512sums=('481eda4d1388901412e982a6c799fab0965f363c4549233e24793aee96ffad68da6045a79fb78c1e946ca48b6ec67d1d49a687801a19254e9c3db12b5e29cb0f')
-
-build() {
-  cd B-Keywords-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd B-Keywords-$pkgver
-  make test
-}
-
-package() {
-  cd B-Keywords-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-b-keywords/repos/community-any/PKGBUILD (from rev 538031, perl-b-keywords/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-18 17:04:37 UTC (rev 538032)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-b-keywords
+pkgver=1.21
+pkgrel=1
+pkgdesc="Lists of reserved barewords and symbol names"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/B-Keywords"
+depends=('perl')
+checkdepends=('perl-test-pod')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/R/RU/RURBAN/B-Keywords-$pkgver.tar.gz")
+sha512sums=('80965484f35b21478279664aa6d0bf582a8cfe684469b944b3b514edb706bd8d1a4edba37d567badd581ce0a3ee23550fcbb93c1681665a36d02fae1a0cf1d96')
+
+build() {
+  cd B-Keywords-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd B-Keywords-$pkgver
+  make test
+}
+
+package() {
+  cd B-Keywords-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list