summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58c5aeb3daa5..d2a82f05c8df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='perl-object-insideout'
pkgver='4.05'
-pkgrel='1'
+pkgrel='2'
pkgdesc="Comprehensive inside-out object support module"
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -11,10 +11,10 @@ options=('!emptydirs')
depends=('perl-exception-class>=1.32')
makedepends=('perl-want')
url='https://metacpan.org/release/Object-InsideOut'
-source=('https://cpan.metacpan.org/authors/id/J/JD/JDHEDDEN/Object-InsideOut-4.05.tar.gz')
+source=("https://cpan.metacpan.org/authors/id/J/JD/JDHEDDEN/Object-InsideOut-$pkgver.tar.gz")
md5sums=('38edef7431609e67add48d3bdf70c076')
sha512sums=('0bc853766d229d8043e9829915b50c158ce2e2d12d5ba9d49d6be892979f69d675dc032163400ca1ee1a8a89db39207828981ee66f02a24a3032a21760acf87d')
-_distdir="Object-InsideOut-4.05"
+_distdir="Object-InsideOut-$pkgver"
build() {
export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \