[arch-commits] Commit in perl-ppix-regexp/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed May 20 17:53:26 UTC 2020


    Date: Wednesday, May 20, 2020 @ 17:53:25
  Author: felixonmars
Revision: 630916

archrelease: copy trunk to community-any

Added:
  perl-ppix-regexp/repos/community-any/PKGBUILD
    (from rev 630915, perl-ppix-regexp/trunk/PKGBUILD)
Deleted:
  perl-ppix-regexp/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-20 17:53:09 UTC (rev 630915)
+++ PKGBUILD	2020-05-20 17:53:25 UTC (rev 630916)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-ppix-regexp
-pkgver=0.071
-pkgrel=1
-pkgdesc="Parse regular expressions"
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/PPIx-Regexp"
-depends=('perl-list-moreutils' 'perl-ppi' 'perl-task-weaken')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-Regexp-$pkgver.tar.gz")
-sha512sums=('5a5a84664b6dccb62fafa37420745f472a59dcf842e28fd8ea1aa6aa58d86b91b2aa2f540c16496373f9656985349af7d580a5a44c0c714abfedc9afdbee2b4d')
-
-build() {
-  cd PPIx-Regexp-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd PPIx-Regexp-$pkgver
-  make test
-}
-
-package() {
-  cd PPIx-Regexp-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-ppix-regexp/repos/community-any/PKGBUILD (from rev 630915, perl-ppix-regexp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-20 17:53:25 UTC (rev 630916)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-ppix-regexp
+pkgver=0.072
+pkgrel=1
+pkgdesc="Parse regular expressions"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/PPIx-Regexp"
+depends=('perl-list-moreutils' 'perl-ppi' 'perl-task-weaken')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-Regexp-$pkgver.tar.gz")
+sha512sums=('571e76b23012d5fc9a3fcc17b5076c30f0feaa7e08fd87d35821dce4934ff2091ef30325cd26b2a753d4a7000082181aee1fb7b14bab16ad0de4d91b035fc24d')
+
+build() {
+  cd PPIx-Regexp-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd PPIx-Regexp-$pkgver
+  make test
+}
+
+package() {
+  cd PPIx-Regexp-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list