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

Felix Yan felixonmars at archlinux.org
Sun Feb 9 07:58:43 UTC 2020


    Date: Sunday, February 9, 2020 @ 07:58:42
  Author: felixonmars
Revision: 565258

archrelease: copy trunk to community-any

Added:
  perl-ppix-regexp/repos/community-any/PKGBUILD
    (from rev 565257, 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-02-09 07:58:23 UTC (rev 565257)
+++ PKGBUILD	2020-02-09 07:58:42 UTC (rev 565258)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-ppix-regexp
-pkgver=0.068
-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=('5bc9823c302b05781c2f50b8a977c14388af3ac0b1ab5d6370206c8c32ca363aed1efccbefcdbc9483816bde976af46007d44484955030be6a1c3ca2a8ac6247')
-
-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 565257, perl-ppix-regexp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-09 07:58:42 UTC (rev 565258)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-ppix-regexp
+pkgver=0.069
+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=('09dc8df45007fa18b40ae3156fb1957f958b9d74c3fb6cec05f70d3f5820314018e489b6d3dad66163cb2a1bcaba6b549740cd8963bea36a08572d037292445a')
+
+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