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

Felix Yan felixonmars at gemini.archlinux.org
Thu Jun 2 05:32:59 UTC 2022


    Date: Thursday, June 2, 2022 @ 05:32:59
  Author: felixonmars
Revision: 1218569

archrelease: copy trunk to community-any

Added:
  perl-extutils-cppguess/repos/community-any/PKGBUILD
    (from rev 1218568, 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	2022-06-02 05:32:45 UTC (rev 1218568)
+++ PKGBUILD	2022-06-02 05:32:59 UTC (rev 1218569)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-extutils-cppguess
-pkgver=0.25
-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=('3fe85f9948ec2b8cce5d79b69ea00a388cecf76021e73abb0010fd00a0cb6d7f5145c8bb80fb41b9ce8ee9e0fb6262a75288c4266b900295d50997ca34e8d849')
-
-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 1218568, perl-extutils-cppguess/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-02 05:32:59 UTC (rev 1218569)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-extutils-cppguess
+pkgver=0.26
+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=('35e8e11f7df5d4a2a306cbe1df7a879291cb041677c740d95fc228e8ee812a127be4c70bc2ae6b25d3e73de69e1796539dacf3bb0b1a3311de3dea588335a225')
+
+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