[arch-commits] Commit in perl-ppix-regexp/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun May 26 05:51:44 UTC 2019
Date: Sunday, May 26, 2019 @ 05:51:44
Author: felixonmars
Revision: 470810
archrelease: copy trunk to community-any
Added:
perl-ppix-regexp/repos/community-any/PKGBUILD
(from rev 470809, 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 2019-05-26 05:51:31 UTC (rev 470809)
+++ PKGBUILD 2019-05-26 05:51:44 UTC (rev 470810)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-ppix-regexp
-pkgver=0.064
-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=('5b484957759c55b4960809b9cd95b66f8ca415a627ee7282649067e839b00944703046a7578d668f488e998c45ee087e042bdc9c4a5597a0ae481d8edee969b2')
-
-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 470809, perl-ppix-regexp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-26 05:51:44 UTC (rev 470810)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-ppix-regexp
+pkgver=0.065
+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=('6f0fba9640470c94cfae8aeead38e92c6ef9974a352cf1c2cfec0157197a8f0269028878ef785339d061044ea21be4e652558f1ef8eaef7a8b4ce3781f561856')
+
+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