[arch-commits] Commit in perl-extutils-cppguess/repos/community-any (2 files)

Felix Yan felixonmars at archlinux.org
Sun Sep 1 05:31:50 UTC 2019


    Date: Sunday, September 1, 2019 @ 05:31:49
  Author: felixonmars
Revision: 505775

archrelease: copy trunk to community-any

Added:
  perl-extutils-cppguess/repos/community-any/PKGBUILD
    (from rev 505774, perl-extutils-cppguess/trunk/PKGBUILD)
Deleted:
  perl-extutils-cppguess/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-01 05:31:39 UTC (rev 505774)
+++ PKGBUILD	2019-09-01 05:31:49 UTC (rev 505775)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-extutils-cppguess
-pkgver=0.19
-pkgrel=2
-pkgdesc="Guess C++ compiler and flags"
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/ExtUtils-CppGuess"
-depends=('perl-capture-tiny')
-makedepends=('perl-module-build')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/E/ET/ETJ/ExtUtils-CppGuess-$pkgver.tar.gz")
-sha512sums=('2337fa2f4a982bd5323a94277f00ca6bdba3c901df5472cb8d16d8ac44b143dc63b05e38c5554cee9a3ba6d12eda8a2c6433ec08d3d857dbc339c6568d68be62')
-
-build() {
-  cd ExtUtils-CppGuess-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ExtUtils-CppGuess-$pkgver
-  make test
-}
-
-package() {
-  cd ExtUtils-CppGuess-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-extutils-cppguess/repos/community-any/PKGBUILD (from rev 505774, perl-extutils-cppguess/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-01 05:31:49 UTC (rev 505775)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-extutils-cppguess
+pkgver=0.20
+pkgrel=1
+pkgdesc="Guess C++ compiler and flags"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/ExtUtils-CppGuess"
+depends=('perl-capture-tiny')
+makedepends=('perl-module-build')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/ET/ETJ/ExtUtils-CppGuess-$pkgver.tar.gz")
+sha512sums=('5e00cc8e81aaf968832e171229d7ab973e903be1302680df8dfce2ddaaf94e8b291c342702abd58c080cefb52374955bbb4217aa5b969c4f2d4ab18f66e3f5e4')
+
+build() {
+  cd ExtUtils-CppGuess-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ExtUtils-CppGuess-$pkgver
+  make test
+}
+
+package() {
+  cd ExtUtils-CppGuess-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list