[arch-commits] Commit in perl-authen-sasl/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Oct 26 16:45:46 UTC 2020


    Date: Monday, October 26, 2020 @ 16:45:46
  Author: spupykin
Revision: 733989

archrelease: copy trunk to community-any

Added:
  perl-authen-sasl/repos/community-any/PKGBUILD
    (from rev 733988, perl-authen-sasl/trunk/PKGBUILD)
Deleted:
  perl-authen-sasl/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-26 16:45:38 UTC (rev 733988)
+++ PKGBUILD	2020-10-26 16:45:46 UTC (rev 733989)
@@ -1,26 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Charles Mauch <cmauch at gmail.com>
-
-pkgname=perl-authen-sasl
-pkgver=2.16
-pkgrel=7
-pkgdesc="Perl/CPAN Module Authen::SASL : SASL authentication framework"
-arch=(any)
-url="https://search.cpan.org/dist/Authen-SASL"
-license=("GPL" "PerlArtistic")
-source=("https://www.cpan.org/authors/id/G/GB/GBARR/Authen-SASL-$pkgver.tar.gz")
-sha256sums=('6614fa7518f094f853741b63c73f3627168c5d3aca89b1d02b1016dc32854e09')
-
-build() {
-  cd "$srcdir"/Authen-SASL-$pkgver
-  PERL_USE_UNSAFE_INC=1 \
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd "$srcdir"/Authen-SASL-$pkgver
-  make pure_install doc_install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-authen-sasl/repos/community-any/PKGBUILD (from rev 733988, perl-authen-sasl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-26 16:45:46 UTC (rev 733989)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-authen-sasl
+pkgver=2.16
+pkgrel=8
+pkgdesc="Perl/CPAN Module Authen::SASL : SASL authentication framework"
+arch=(any)
+url="https://search.cpan.org/dist/Authen-SASL"
+license=("GPL" "PerlArtistic")
+source=("https://www.cpan.org/authors/id/G/GB/GBARR/Authen-SASL-$pkgver.tar.gz")
+sha256sums=('6614fa7518f094f853741b63c73f3627168c5d3aca89b1d02b1016dc32854e09')
+
+build() {
+  cd "$srcdir"/Authen-SASL-$pkgver
+  PERL_USE_UNSAFE_INC=1 \
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/Authen-SASL-$pkgver
+  make pure_install doc_install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list