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

Felix Yan felixonmars at archlinux.org
Tue Feb 23 17:25:43 UTC 2021


    Date: Tuesday, February 23, 2021 @ 17:25:43
  Author: felixonmars
Revision: 869897

archrelease: copy trunk to community-any

Added:
  perl-b-keywords/repos/community-any/PKGBUILD
    (from rev 869896, 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	2021-02-23 17:25:29 UTC (rev 869896)
+++ PKGBUILD	2021-02-23 17:25:43 UTC (rev 869897)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-b-keywords
-pkgver=1.21
-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=('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
-}

Copied: perl-b-keywords/repos/community-any/PKGBUILD (from rev 869896, perl-b-keywords/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-23 17:25:43 UTC (rev 869897)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-b-keywords
+pkgver=1.22
+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=('9dd44cafe4502edb519d885d74688183275550c3ad4da61387e805cf7a4789434ebda8f1f71104515c688e0e0358ca38399a1d1bd2ba066c7e1e3de76ae68bb2')
+
+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