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

Felix Yan felixonmars at archlinux.org
Thu Oct 22 10:30:36 UTC 2020


    Date: Thursday, October 22, 2020 @ 10:30:35
  Author: felixonmars
Revision: 728959

archrelease: copy trunk to community-testing-x86_64

Added:
  perl-params-util/repos/community-testing-x86_64/PKGBUILD
    (from rev 728957, 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-10-22 10:30:33 UTC (rev 728958)
+++ PKGBUILD	2020-10-22 10:30:35 UTC (rev 728959)
@@ -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.100
-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=('3e15967becb9c1a90beec9c6eb914a274fc20a376a74d2709d43d25917eb482cf350ad1386c9ea5657865fb162c44f1126ef704eaa34eb911e18a6aaceebcc34')
-
-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 728957, perl-params-util/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-22 10:30:35 UTC (rev 728959)
@@ -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.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:



More information about the arch-commits mailing list