summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn D Jones III2015-12-28 06:17:56 -0700
committerJohn D Jones III2015-12-28 06:17:56 -0700
commit646a813e31d9fc7d9ae48185bfcebfa02ec94f38 (patch)
treee3875a3487b1fb8ff1fc2e5f2d9ed8ecdaf0563a
parent6674427f3eaf09415fb4f4d6ed392a1cce159803 (diff)
downloadaur-646a813e31d9fc7d9ae48185bfcebfa02ec94f38.tar.gz
Update to perl-uri-encode-1.0.1-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD16
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ea4611be8da..c76a923b9024 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = perl-uri-encode
pkgdesc = Simple percent Encoding/Decoding
- pkgver = 0.09
+ pkgver = 1.0.1
pkgrel = 1
- url = http://search.cpan.org/dist/URI-Encode
+ url = https://metacpan.org/release/URI-Encode
arch = any
license = PerlArtistic
license = GPL
depends = perl
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/M/MI/MITHUN/URI-Encode-0.09.tar.gz
- md5sums = 369d5dd49215f3f591a1e5975609df27
- sha512sums = feea17dffa82c5c89b427cdad7805794e9fc483a01f473fe1680a0559e2bc08393ba5427c7734860dc21b7d125f724f864112cf15e3db11238046147ab01aaec
+ source = http://search.cpan.org/CPAN/authors/id/M/MI/MITHUN/URI-Encode-v1.0.1.tar.gz
+ md5sums = 2248e3dc1dec341247b16ddf9ead085e
+ sha512sums = dab379ec6fd8e7f3571a02cad172577d1ed4d085401583f12bf4e4df7557dc822ed66f7d63659b10acc7137b4c874a2f833d2f6554995574f35a2e539b31c444
pkgname = perl-uri-encode
diff --git a/PKGBUILD b/PKGBUILD
index 7e9f095b8bd0..885d03c6cd08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Contributor: John D Jones III <j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name google offers a mail service at ending in dot com>
-# Generator : CPANPLUS::Dist::Arch 1.25
+# Contributor: John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_- com>
+# Generator : CPANPLUS::Dist::Arch 1.32
pkgname='perl-uri-encode'
-pkgver='0.09'
+pkgver='1.0.1'
pkgrel='1'
pkgdesc="Simple percent Encoding/Decoding"
arch=('any')
@@ -10,11 +10,11 @@ license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=('perl')
makedepends=()
-url='http://search.cpan.org/dist/URI-Encode'
-source=('http://search.cpan.org/CPAN/authors/id/M/MI/MITHUN/URI-Encode-0.09.tar.gz')
-md5sums=('369d5dd49215f3f591a1e5975609df27')
-sha512sums=('feea17dffa82c5c89b427cdad7805794e9fc483a01f473fe1680a0559e2bc08393ba5427c7734860dc21b7d125f724f864112cf15e3db11238046147ab01aaec')
-_distdir="URI-Encode-0.09"
+url='https://metacpan.org/release/URI-Encode'
+source=('http://search.cpan.org/CPAN/authors/id/M/MI/MITHUN/URI-Encode-v1.0.1.tar.gz')
+md5sums=('2248e3dc1dec341247b16ddf9ead085e')
+sha512sums=('dab379ec6fd8e7f3571a02cad172577d1ed4d085401583f12bf4e4df7557dc822ed66f7d63659b10acc7137b4c874a2f833d2f6554995574f35a2e539b31c444')
+_distdir="URI-Encode-v1.0.1"
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \