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 23e130b16082..0e06bc6b606b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='perl-cpanel-json-xs'
pkgver='4.21'
-pkgrel='1'
+pkgrel='2'
pkgdesc="cPanel fork of JSON::XS, fast and correct serializing"
arch=('i686' 'x86_64')
license=('PerlArtistic' 'GPL')
@@ -11,10 +11,10 @@ options=('!emptydirs')
depends=('perl>=0')
makedepends=()
url='https://metacpan.org/release/Cpanel-JSON-XS'
-source=('http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/Cpanel-JSON-XS-4.21.tar.gz')
+source=("https://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/Cpanel-JSON-XS-${pkgver}.tar.gz")
md5sums=('b73da14f46c9a1c1a6b462284e1cb4cc')
sha512sums=('1408fed400e3e792af156695a5437e479a30cafb7d0597afc80c04de9b46882b67f75920f5f32047ed498bf088c9430108cea6863cfd2e6314765688f2c610e0')
-_distdir="Cpanel-JSON-XS-4.21"
+_distdir="Cpanel-JSON-XS-${pkgver}"
build() {
export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \