summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjason2016-02-06 12:17:01 +1300
committerjason2016-02-06 12:17:01 +1300
commitc0f646c3c0317b1d78657317b6965d8ba725a584 (patch)
tree5ef794bf4d71087a2eb88055046dbb9a9c2708f7 /PKGBUILD
parentf8e1903a74a9ca24780ced1dfd444ecb5df626e6 (diff)
downloadaur-c0f646c3c0317b1d78657317b6965d8ba725a584.tar.gz
0.027
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e489dd2c30f9..5545309a49d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='perl-cryptx'
_cpanname='CryptX'
-pkgver='0.024'
+pkgver='0.027'
pkgrel='1'
pkgdesc="Crypto toolkit (self-contained no external libraries needed)"
arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@ options=('!emptydirs')
depends=('perl-json>=2.01' 'perl>=5.06')
makedepends=('perl-module-build')
url='https://metacpan.org/release/CryptX'
-source=('https://cpan.metacpan.org/authors/id/M/MI/MIK/CryptX-0.024.tar.gz')
-md5sums=('1847e5f78d58497965ac83331183b418')
+source=("https://cpan.metacpan.org/authors/id/M/MI/MIK/${_cpanname}-${pkgver}.tar.gz")
+md5sums=('664f8e7445e13baaf406d8807600764a')
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \