[arch-commits] Commit in perl-common-sense/repos/extra-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Apr 2 17:51:19 UTC 2020


    Date: Thursday, April 2, 2020 @ 17:51:18
  Author: felixonmars
Revision: 379151

archrelease: copy trunk to extra-any

Added:
  perl-common-sense/repos/extra-any/PKGBUILD
    (from rev 379150, perl-common-sense/trunk/PKGBUILD)
Deleted:
  perl-common-sense/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-02 17:51:03 UTC (rev 379150)
+++ PKGBUILD	2020-04-02 17:51:18 UTC (rev 379151)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-common-sense
-pkgver=3.74
-pkgrel=5
-pkgdesc="Implements some sane defaults for Perl programs"
-arch=('any')
-url="https://search.cpan.org/dist/common-sense"
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=("https://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/common-sense-$pkgver.tar.gz")
-md5sums=('35b273147200c4c95eef7816f83e572d')
-
-build() {
-  cd common-sense-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd common-sense-$pkgver
-  make test
-}
-
-package() {
-  cd common-sense-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-common-sense/repos/extra-any/PKGBUILD (from rev 379150, perl-common-sense/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-02 17:51:18 UTC (rev 379151)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-common-sense
+pkgver=3.75
+pkgrel=1
+pkgdesc="Implements some sane defaults for Perl programs"
+arch=('any')
+url="https://search.cpan.org/dist/common-sense"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/common-sense-$pkgver.tar.gz")
+sha512sums=('cb6034d9ff721a4122e0215db8ad5279ec4b189c3364593d427d70a1e84a1583a0e1447e276aa9a4fcaeb2f9d47a465a5bc4c0f842c803d3ddf91755311f4af4')
+
+build() {
+  cd common-sense-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd common-sense-$pkgver
+  make test
+}
+
+package() {
+  cd common-sense-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list