summaryrefslogtreecommitdiff
path: root/community/perl-crypt-blowfish/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/perl-crypt-blowfish/PKGBUILD')
-rw-r--r--community/perl-crypt-blowfish/PKGBUILD17
1 files changed, 5 insertions, 12 deletions
diff --git a/community/perl-crypt-blowfish/PKGBUILD b/community/perl-crypt-blowfish/PKGBUILD
index 726c0ee4f..80b24bbc7 100644
--- a/community/perl-crypt-blowfish/PKGBUILD
+++ b/community/perl-crypt-blowfish/PKGBUILD
@@ -1,23 +1,16 @@
-# $Id: PKGBUILD 91659 2013-05-26 09:24:50Z bluewind $
+# $Id: PKGBUILD 95154 2013-08-06 11:51:02Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Charles Mauch <cmauch@gmail.com>
pkgname=perl-crypt-blowfish
-pkgver=2.12
-pkgrel=6
+pkgver=2.14
+pkgrel=1
pkgdesc="Perl/CPAN Module Crypt::Blowfish : XSbased implementation of Blowfish"
arch=("i686" "x86_64")
url="http://search.cpan.org/dist/Crypt-Blowfish"
license=("GPL" "PerlArtistic")
-source=("http://search.cpan.org/CPAN/authors/id/D/DP/DPARIS/Crypt-Blowfish-$pkgver.tar.gz"
- "perl-5.18.patch")
-md5sums=('a0eca17addc8bdaf38c044c365a8800c'
- '700129e690f239f9c1a318fffd3504c7')
-
-prepare() {
- cd $srcdir/Crypt-Blowfish-$pkgver
- patch -p1 <$srcdir/perl-5.18.patch
-}
+source=("http://search.cpan.org/CPAN/authors/id/D/DP/DPARIS/Crypt-Blowfish-$pkgver.tar.gz")
+md5sums=('792b43cd4e49d2c2cf4a9f6990ff7d1b')
build() {
cd $srcdir/Crypt-Blowfish-$pkgver