[arch-commits] Commit in perl-params-util/repos/community-testing-x86_64 (2 files)

Felix Yan felixonmars at archlinux.org
Tue Nov 3 05:33:03 UTC 2020


    Date: Tuesday, November 3, 2020 @ 05:33:03
  Author: felixonmars
Revision: 740254

archrelease: copy trunk to community-testing-x86_64

Added:
  perl-params-util/repos/community-testing-x86_64/PKGBUILD
    (from rev 740253, perl-params-util/trunk/PKGBUILD)
Deleted:
  perl-params-util/repos/community-testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-03 05:32:49 UTC (rev 740253)
+++ PKGBUILD	2020-11-03 05:33:03 UTC (rev 740254)
@@ -1,41 +0,0 @@
-# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
-# Contributor: Justin Davis (juster) <jrcd83 at gmail.com>
-
-pkgname=perl-params-util
-pkgver=1.101
-pkgrel=1
-pkgdesc='Simple, compact and correct param-checking functions'
-arch=('x86_64')
-url="https://metacpan.org/release/Params-Util"
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=("https://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/Params-Util-$pkgver.tar.gz")
-sha512sums=('c132aad3172ecc28e8bc193a71c06c4eefeda163a905d490f7d522b072f389f6e0671012df8e6f85c030567497e17b8f05a04e2910b5a5f8d25e6f62bac8cea0')
-
-build() {
-  cd "$srcdir/Params-Util-$pkgver"
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-}
-
-check() {
-  cd "$srcdir/Params-Util-$pkgver"
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-}
-
-package() {
-  cd "$srcdir/Params-Util-$pkgver"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-params-util/repos/community-testing-x86_64/PKGBUILD (from rev 740253, perl-params-util/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-03 05:33:03 UTC (rev 740254)
@@ -0,0 +1,41 @@
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: Justin Davis (juster) <jrcd83 at gmail.com>
+
+pkgname=perl-params-util
+pkgver=1.102
+pkgrel=1
+pkgdesc='Simple, compact and correct param-checking functions'
+arch=('x86_64')
+url="https://metacpan.org/release/Params-Util"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/Params-Util-$pkgver.tar.gz")
+sha512sums=('e2587b62545cf0572cc8f719ea8e5411d710789c3cbcab4038c5b01f86073a010d32191551f6aeea1bdae22d49e7d34358250b4e7ece9f261a598854af187194')
+
+build() {
+  cd "$srcdir/Params-Util-$pkgver"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+}
+
+check() {
+  cd "$srcdir/Params-Util-$pkgver"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+}
+
+package() {
+  cd "$srcdir/Params-Util-$pkgver"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list