[arch-commits] Commit in perl-crypt-blowfish/repos/community-staging-x86_64 (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sat Jun 1 14:19:43 UTC 2019


    Date: Saturday, June 1, 2019 @ 14:19:43
  Author: foutrelis
Revision: 476494

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-crypt-blowfish/repos/community-staging-x86_64/PKGBUILD
    (from rev 476493, perl-crypt-blowfish/trunk/PKGBUILD)
Deleted:
  perl-crypt-blowfish/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-01 14:19:39 UTC (rev 476493)
+++ PKGBUILD	2019-06-01 14:19:43 UTC (rev 476494)
@@ -1,25 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Charles Mauch <cmauch at gmail.com>
-
-pkgname=perl-crypt-blowfish
-pkgver=2.14
-pkgrel=9
-pkgdesc="Perl/CPAN Module Crypt::Blowfish : XSbased implementation of Blowfish"
-arch=("x86_64")
-url="https://search.cpan.org/dist/Crypt-Blowfish"
-license=("GPL" "PerlArtistic")
-source=("https://search.cpan.org/CPAN/authors/id/D/DP/DPARIS/Crypt-Blowfish-$pkgver.tar.gz")
-md5sums=('792b43cd4e49d2c2cf4a9f6990ff7d1b')
-
-build() {
-  cd "$srcdir"/Crypt-Blowfish-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
-  make
-}
-
-package() {
-  cd "$srcdir"/Crypt-Blowfish-$pkgver
-  make pure_install doc_install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-crypt-blowfish/repos/community-staging-x86_64/PKGBUILD (from rev 476493, perl-crypt-blowfish/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-01 14:19:43 UTC (rev 476494)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-crypt-blowfish
+pkgver=2.14
+pkgrel=10
+pkgdesc="Perl/CPAN Module Crypt::Blowfish : XSbased implementation of Blowfish"
+arch=("x86_64")
+url="https://search.cpan.org/dist/Crypt-Blowfish"
+license=("GPL" "PerlArtistic")
+source=("https://search.cpan.org/CPAN/authors/id/D/DP/DPARIS/Crypt-Blowfish-$pkgver.tar.gz")
+md5sums=('792b43cd4e49d2c2cf4a9f6990ff7d1b')
+
+build() {
+  cd "$srcdir"/Crypt-Blowfish-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
+  make
+}
+
+package() {
+  cd "$srcdir"/Crypt-Blowfish-$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