summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof (3ED) AS2015-07-03 11:25:41 +0200
committerKrzysztof (3ED) AS2015-07-03 11:25:41 +0200
commit9f2b9af4ebd826023a8a581f0ede0ecd6d16a59c (patch)
treefcc080dfddf2280a5b3c480d541f165482c1c838
parent5f23eb91eb4dade0e5ae812625eaa94020a60d1d (diff)
downloadaur-9f2b9af4ebd826023a8a581f0ede0ecd6d16a59c.tar.gz
pkgrel bump for new perl; move from cpan to metacpan
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 733418285371..1ed09c9a68fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = perl-test-taint
pkgdesc = Tools to test taintedness
pkgver = 1.06
- pkgrel = 2
- url = http://search.cpan.org/dist/Test-Taint/
+ pkgrel = 3
+ url = https://metacpan.org/release/Test-Taint
arch = i686
arch = x86_64
license = PerlArtistic2
makedepends = perl-extutils-makemaker
depends = perl
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/Test-Taint-1.06.tar.gz
+ source = https://cpan.metacpan.org/authors/id/P/PE/PETDANCE/Test-Taint-1.06.tar.gz
sha256sums = 721b51ca91d248ea5ff4f99ca49c05a080e6f0fc9f7983e96121b7775ab93107
pkgname = perl-test-taint
diff --git a/PKGBUILD b/PKGBUILD
index 6c44282a3503..eeb7413f1a22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@ pkgname=perl-test-taint
_lastauthor=P/PE/PETDANCE
_pkgname=Test-Taint
pkgver=1.06
-pkgrel=2
+pkgrel=3
pkgdesc="Tools to test taintedness"
arch=('i686' 'x86_64')
license=('PerlArtistic2')
options=('!emptydirs')
depends=('perl')
makedepends=('perl-extutils-makemaker')
-url="http://search.cpan.org/dist/${_pkgname}/"
-source=(http://search.cpan.org/CPAN/authors/id/${_lastauthor}/${_pkgname}-${pkgver}.tar.gz)
+url="https://metacpan.org/release/${_pkgname}"
+source=(https://cpan.metacpan.org/authors/id/${_lastauthor}/${_pkgname}-${pkgver}.tar.gz)
sha256sums=('721b51ca91d248ea5ff4f99ca49c05a080e6f0fc9f7983e96121b7775ab93107')
build() {