[arch-commits] Commit in perl-extutils-cppguess/repos/community-any (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Sun May 29 03:14:42 UTC 2022
Date: Sunday, May 29, 2022 @ 03:14:41
Author: felixonmars
Revision: 1213703
archrelease: copy trunk to community-any
Added:
perl-extutils-cppguess/repos/community-any/PKGBUILD
(from rev 1213702, 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-05-29 03:14:29 UTC (rev 1213702)
+++ PKGBUILD 2022-05-29 03:14:41 UTC (rev 1213703)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-extutils-cppguess
-pkgver=0.23
-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=('f984f653cffd6288851af3e353532f369d229a8b903f8e0ba7c1a5e9d8bd1b63c3415403b45bf1e8c32dc5c330ed26d1351e37929bd22af271ac295adce737f9')
-
-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 1213702, perl-extutils-cppguess/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-05-29 03:14:41 UTC (rev 1213703)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-extutils-cppguess
+pkgver=0.25
+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=('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
+}
More information about the arch-commits
mailing list