[arch-commits] Commit in perl-ppix-regexp/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Jul 28 19:36:37 UTC 2020
Date: Tuesday, July 28, 2020 @ 19:36:37
Author: felixonmars
Revision: 665709
archrelease: copy trunk to community-any
Added:
perl-ppix-regexp/repos/community-any/PKGBUILD
(from rev 665708, 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-07-28 19:36:23 UTC (rev 665708)
+++ PKGBUILD 2020-07-28 19:36:37 UTC (rev 665709)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-ppix-regexp
-pkgver=0.072
-pkgrel=2
-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
-}
Copied: perl-ppix-regexp/repos/community-any/PKGBUILD (from rev 665708, perl-ppix-regexp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-28 19:36:37 UTC (rev 665709)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-ppix-regexp
+pkgver=0.073
+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=('5f0e1f3c7896dbb0597193b8c939290a30b38fccded0e3a9b3c6253affc5bc1d40f4ebf4389dcb6360772c45bdf787d9beb9222a1d25f56b9f4f04b062be8e5b')
+
+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