summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDirk Langer2020-08-19 06:49:52 +0200
committerDirk Langer2020-08-19 06:49:52 +0200
commita256aa53c188886c7e403c14640fe60521828448 (patch)
treee06c34fc131aafe4d4d0d6a17b4e8b318ed00253
parent066a9b3a3d04e7e0b8674e14c07dbf494697915d (diff)
downloadaur-a256aa53c188886c7e403c14640fe60521828448.tar.gz
fix SOURCE URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2055ce22a400..1be16929984b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = perl-cpanel-json-xs
pkgdesc = cPanel fork of JSON::XS, fast and correct serializing
pkgver = 4.21
- pkgrel = 1
+ pkgrel = 2
url = https://metacpan.org/release/Cpanel-JSON-XS
arch = i686
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = perl-cpanel-json-xs
license = GPL
depends = perl>=0
options = !emptydirs
- 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-4.21.tar.gz
md5sums = b73da14f46c9a1c1a6b462284e1cb4cc
sha512sums = 1408fed400e3e792af156695a5437e479a30cafb7d0597afc80c04de9b46882b67f75920f5f32047ed498bf088c9430108cea6863cfd2e6314765688f2c610e0
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="" \