[arch-commits] Commit in perl-module-find/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Jun 18 18:18:13 UTC 2022


    Date: Saturday, June 18, 2022 @ 18:18:13
  Author: arojas
Revision: 1238521

archrelease: copy trunk to community-any

Added:
  perl-module-find/repos/community-any/PKGBUILD
    (from rev 1238520, perl-module-find/trunk/PKGBUILD)
Deleted:
  perl-module-find/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-18 18:18:01 UTC (rev 1238520)
+++ PKGBUILD	2022-06-18 18:18:13 UTC (rev 1238521)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Jonathan Steel <jsteel at aur.archlinux.org>
-# Contributor: Alan Young <harleypig at gmail.com>
-
-pkgname=perl-module-find
-_cpanname=Module-Find
-pkgver=0.13
-pkgrel=8
-pkgdesc="Find and use installed perl modules in a (sub)category"
-url='https://search.cpan.org/dist/Module-Find'
-arch=('any')
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://search.cpan.org/CPAN/authors/id/C/CR/CRENZ/${_cpanname}-${pkgver}.tar.gz)
-sha512sums=('86c6b845cddf884cdd13a5ac4982220cc0da66af3d17e92eec6714bf56607e6d414baec90e0e23e04876023df435c9ee2f4411f0f557e34ba4327b0a615a56dc')
-
-build() {
-  cd ${_cpanname}-${pkgver}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${_cpanname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${_cpanname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
-}
-
-# vim: ts=2 sw=2 et:

Copied: perl-module-find/repos/community-any/PKGBUILD (from rev 1238520, perl-module-find/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-18 18:18:13 UTC (rev 1238521)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: Alan Young <harleypig at gmail.com>
+
+pkgname=perl-module-find
+_cpanname=Module-Find
+pkgver=0.15
+pkgrel=1
+pkgdesc="Find and use installed perl modules in a (sub)category"
+url='https://search.cpan.org/dist/Module-Find'
+arch=('any')
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://search.cpan.org/CPAN/authors/id/C/CR/CRENZ/${_cpanname}-${pkgver}.tar.gz)
+sha512sums=('769f1ee8836a127cb3c08edc858240c88e6481243d15b79b348c66d960213a98963bd9c453756645982c730a3c895a7dc35b06a970a0d6300690a605f4487dac')
+
+build() {
+  cd ${_cpanname}-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${_cpanname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${_cpanname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list