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

Felix Yan felixonmars at archlinux.org
Sat Feb 29 11:40:09 UTC 2020


    Date: Saturday, February 29, 2020 @ 11:40:08
  Author: felixonmars
Revision: 586837

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-29 11:39:34 UTC (rev 586836)
+++ PKGBUILD	2020-02-29 11:40:08 UTC (rev 586837)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-ppix-quotelike
-pkgver=0.008
-pkgrel=1
-pkgdesc="Parse Perl string literals and string-literal-like things"
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/PPIx-QuoteLike"
-depends=('perl-ppi')
-makedepends=('perl-ppix-regexp')
-optdepends=('perl-ppix-regexp: to find variables inside nested regular expressions')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-QuoteLike-$pkgver.tar.gz")
-sha512sums=('65100656477da6d4a1eee6f5b1a3c82d4ddbd4e7f809ffe724204f3262c7b46e1c618b6920eaba98577dfef274d8cea695bc120aa3918665b285376709a9226c')
-
-build() {
-  cd PPIx-QuoteLike-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd PPIx-QuoteLike-$pkgver
-  make test
-}
-
-package() {
-  cd PPIx-QuoteLike-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-ppix-quotelike/repos/community-any/PKGBUILD (from rev 586836, perl-ppix-quotelike/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-29 11:40:08 UTC (rev 586837)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-ppix-quotelike
+pkgver=0.009
+pkgrel=1
+pkgdesc="Parse Perl string literals and string-literal-like things"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/PPIx-QuoteLike"
+depends=('perl-ppi')
+makedepends=('perl-ppix-regexp')
+optdepends=('perl-ppix-regexp: to find variables inside nested regular expressions')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-QuoteLike-$pkgver.tar.gz")
+sha512sums=('0a1fb89e428870d78614a4aa146a8ddca0b6f909176393d7f8888a1620e4e39b5326d1e2687a61403a9e0a38bbbc038b77ef71fea2279f9e16e959a02346273c')
+
+build() {
+  cd PPIx-QuoteLike-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd PPIx-QuoteLike-$pkgver
+  make test
+}
+
+package() {
+  cd PPIx-QuoteLike-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list