[arch-commits] Commit in perl-ppix-regexp/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Mar 28 15:48:04 UTC 2020
Date: Saturday, March 28, 2020 @ 15:48:03
Author: felixonmars
Revision: 605253
archrelease: copy trunk to community-any
Added:
perl-ppix-regexp/repos/community-any/PKGBUILD
(from rev 605252, 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-03-28 15:47:47 UTC (rev 605252)
+++ PKGBUILD 2020-03-28 15:48:03 UTC (rev 605253)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-ppix-regexp
-pkgver=0.070
-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=('d82eb2cd2dec1804e9ef68874970c7266b6011c998d0d0255ff0c70f0357736a382737ff752b10a2343eefa724b3d8817e1ae5d2d0cea320d07c2308937d15d5')
-
-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 605252, perl-ppix-regexp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-28 15:48:03 UTC (rev 605253)
@@ -0,0 +1,29 @@
+# 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
+}
More information about the arch-commits
mailing list