summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn D Jones III2015-08-18 13:29:59 -0600
committerJohn D Jones III2015-08-18 13:29:59 -0600
commit7758a2827e3729477596fbc8bffdbe56bba201d8 (patch)
tree58afea4143479e96e234557c73bbe61cde73f948
parentad383997f980769b8567b89777fc88940641d8c3 (diff)
downloadaur-7758a2827e3729477596fbc8bffdbe56bba201d8.tar.gz
Update to 1.003005-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD19
2 files changed, 15 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07ac426db3a6..dea13fac38c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = perl-json-maybexs
- pkgdesc = use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
- pkgver = 1.002002
+ pkgdesc = Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
+ pkgver = 1.003005
pkgrel = 1
- url = http://search.cpan.org/dist/JSON-MaybeXS
+ url = https://metacpan.org/release/JSON-MaybeXS
arch = any
license = PerlArtistic
license = GPL
@@ -10,9 +10,9 @@ pkgbase = perl-json-maybexs
depends = perl-cpanel-json-xs>=2.3310
depends = perl>=5.006
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/JSON-MaybeXS-1.002002.tar.gz
- md5sums = cb8c66ece7518270ea31ffc4951d5f02
- sha512sums = a4421abe54ec2b71892f4a1e04794dd3cc99773659cb32e8bf95a89db411eaadc6d90145be0a25da70946edded021962f6eaa48e7d8287773eb5d677ee042e7f
+ source = http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/JSON-MaybeXS-1.003005.tar.gz
+ md5sums = 653c088177982f8ac4e6b1697c2c94f4
+ sha512sums = 101b5b693eabeaf4e8417d021b3d311b9c8669a0121b97af7781cfbdb3ba24b8aef80d15a3cf4d78b40e47230e9f1c4450c73741675ec6d5ea018c6b06ea49d7
pkgname = perl-json-maybexs
diff --git a/PKGBUILD b/PKGBUILD
index ffe1ce01d08b..ae86c8997aae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
-# Contributor: Christos Nouskas <nous@archlinux.us>
-# Generator : CPANPLUS::Dist::Arch 1.29
+# Contributor: John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_- com>
+# Generator : CPANPLUS::Dist::Arch 1.30
pkgname='perl-json-maybexs'
-pkgver='1.002002'
+pkgver='1.003005'
pkgrel='1'
-pkgdesc="use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
+pkgdesc="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=('perl-cpanel-json-xs>=2.3310' 'perl>=5.006')
makedepends=()
checkdepends=('perl-test-without-module>=0.17')
-url='http://search.cpan.org/dist/JSON-MaybeXS'
-source=('http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/JSON-MaybeXS-1.002002.tar.gz')
-md5sums=('cb8c66ece7518270ea31ffc4951d5f02')
-sha512sums=('a4421abe54ec2b71892f4a1e04794dd3cc99773659cb32e8bf95a89db411eaadc6d90145be0a25da70946edded021962f6eaa48e7d8287773eb5d677ee042e7f')
-_distdir="JSON-MaybeXS-1.002002"
+url='https://metacpan.org/release/JSON-MaybeXS'
+source=('http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/JSON-MaybeXS-1.003005.tar.gz')
+md5sums=('653c088177982f8ac4e6b1697c2c94f4')
+sha512sums=('101b5b693eabeaf4e8417d021b3d311b9c8669a0121b97af7781cfbdb3ba24b8aef80d15a3cf4d78b40e47230e9f1c4450c73741675ec6d5ea018c6b06ea49d7')
+_distdir="JSON-MaybeXS-1.003005"
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
@@ -40,7 +40,6 @@ check() {
package() {
cd "$srcdir/$_distdir"
make install
-
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
}