summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2021-01-11 13:21:41 +0100
committerMichal Wojdyla2021-01-11 13:21:41 +0100
commitca3df51896c14e07fc8cec61096b2b9ff73d7a41 (patch)
tree0b072c0203872091e909123363adc0f5884e81ca
parent526c3773d7020b3a623eef76edcbaa98fdde1da1 (diff)
downloadaur-perl-array-shuffle.tar.gz
update links to https
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67c82671ac6a..aebf9c4c9db1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = perl-array-shuffle
pkgdesc = fast shuffling of arrays in-place
pkgver = 0.03
- pkgrel = 1
- url = http://search.cpan.org/dist/Array-Shuffle
+ pkgrel = 2
+ url = https://metacpan.org/release/Array-Shuffle
arch = i686
arch = x86_64
license = PerlArtistic
license = GPL
depends = perl
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/S/SA/SALVA/Array-Shuffle-0.03.tar.gz
+ source = https://search.cpan.org/CPAN/authors/id/S/SA/SALVA/Array-Shuffle-0.03.tar.gz
md5sums = 9a4cdf80bc513a73088ae7ce7922dc11
sha512sums = 684cc589d8038d7e5bff433183b6900d2d8da23e2fab5094c080f71bef6d2c2a02682f8337d2a856100cd55b49733cccce3055e35e280454efb2cac813586c37
diff --git a/PKGBUILD b/PKGBUILD
index e609b584ec0a..db9e64b8c771 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname='perl-array-shuffle'
pkgver='0.03'
-pkgrel='1'
+pkgrel='2'
pkgdesc="fast shuffling of arrays in-place"
arch=('i686' 'x86_64')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=('perl')
makedepends=()
-url='http://search.cpan.org/dist/Array-Shuffle'
-source=('http://search.cpan.org/CPAN/authors/id/S/SA/SALVA/Array-Shuffle-0.03.tar.gz')
+url='https://metacpan.org/release/Array-Shuffle'
+source=('https://search.cpan.org/CPAN/authors/id/S/SA/SALVA/Array-Shuffle-0.03.tar.gz')
md5sums=('9a4cdf80bc513a73088ae7ce7922dc11')
sha512sums=('684cc589d8038d7e5bff433183b6900d2d8da23e2fab5094c080f71bef6d2c2a02682f8337d2a856100cd55b49733cccce3055e35e280454efb2cac813586c37')
_distdir="Array-Shuffle-0.03"