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

Felix Yan felixonmars at archlinux.org
Fri May 31 16:02:33 UTC 2019


    Date: Friday, May 31, 2019 @ 16:02:33
  Author: felixonmars
Revision: 475950

archrelease: copy trunk to community-any

Added:
  perl-ppix-quotelike/repos/community-any/PKGBUILD
    (from rev 475949, 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	2019-05-31 16:02:14 UTC (rev 475949)
+++ PKGBUILD	2019-05-31 16:02:33 UTC (rev 475950)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-ppix-quotelike
-pkgver=0.006
-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=('6ec80ac4df9a80bfd9310b7a5a1fe514dcfaf340de9d88fcece5ecdda9e5a2183408bc4631f546a76f538c7dbb6c4d3827788671fc57cf73d956e18589d09f9f')
-
-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 475949, perl-ppix-quotelike/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-31 16:02:33 UTC (rev 475950)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-ppix-quotelike
+pkgver=0.007
+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=('f3d56abebd7237769441b13de4c79744787eb2c4535844557a858bdda9cdedd2c9a8ab9359ef61bb67ec62dae61103753f0dbfac821b0be572038250eab14852')
+
+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