summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3d812ba6c07..2ba9ea69a961 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: ordoban <dirk.langer@vvovgonik.de>
pkgname='perl-crypt-ecb'
pkgver='2.21'
-pkgrel='1'
+pkgrel='2'
pkgdesc="Use block ciphers using ECB mode within perl scripts"
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -29,7 +29,7 @@ build() {
check() {
cd "$srcdir/$_distdir"
- export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+ export PERL_MM_USE_DEFAULT=1 PERL5LIB="."
make test
}