summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn D Jones III2016-05-20 11:51:25 -0600
committerJohn D Jones III2016-05-20 11:51:25 -0600
commitfb454a4bec3e58f69a9f636c2cbe0012f4ea5d46 (patch)
tree52fd11576666c77d63c2a1149f96e4f543d6cc68
parentf03eaa40326685cdc0ed57f4af58ad737f397f53 (diff)
downloadaur-perl-web-simple.tar.gz
Update to 0.31
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD16
2 files changed, 15 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ce4f5c7944d..bb1f0764b1c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Fri May 20 17:51:15 UTC 2016
pkgbase = perl-web-simple
pkgdesc = A quick and easy way to build simple web applications
- pkgver = 0.030
+ pkgver = 0.031
pkgrel = 1
- url = http://search.mcpan.org/dist/Web-Simple
+ url = https://metacpan.org/release/Web-Simple
arch = any
license = PerlArtistic
license = GPL
@@ -14,9 +16,9 @@ pkgbase = perl-web-simple
depends = perl-strictures>=1
depends = perl-warnings-illegalproto
options = !emptydirs
- source = http://search.mcpan.org/CPAN/authors/id/M/MS/MSTROUT/Web-Simple-0.030.tar.gz
- md5sums = 281e4a8c40d8ad26067a2e1e657b1df4
- sha512sums = afb9f3c64ca23e21e0d8850f9c0eeae7b15f9a134c088f22fedbc414a1180f6797ce0030ac2701c2cd934dd99cb58a765d8dbd21a064cbff3fd9cbd8badfab92
+ source = http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/Web-Simple-0.031.tar.gz
+ md5sums = 33768f6481fc08e8740c7a9f439a39af
+ sha512sums = 41bec4a8ef6a80ed65ac12a42504988c9546a180a8e74815c52066382989a2ce9cf3da2a593a83f63c783756f505a228247aabfc4b6e500c830d56ba01dd634f
pkgname = perl-web-simple
diff --git a/PKGBUILD b/PKGBUILD
index 9a607069ecaf..932ad62e55d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Contributor: John D Jones III <jnbek1972 -_AT_- g m a i l -_Dot_- com>
-# Generator : CPANPLUS::Dist::Arch 1.28
+# Contributor: John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_- com>
+# Generator : CPANPLUS::Dist::Arch 1.32
pkgname='perl-web-simple'
-pkgver='0.030'
+pkgver='0.031'
pkgrel='1'
pkgdesc="A quick and easy way to build simple web applications"
arch=('any')
@@ -10,11 +10,11 @@ license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=('perl-data-dumper-concise>=2.020' 'perl-moo>=0.009014' 'perl-plack>=0.9968' 'perl-syntax-keyword-gather>=1.001' 'perl>=5.006' 'perl-strictures>=1' 'perl-warnings-illegalproto')
makedepends=()
-url='http://search.mcpan.org/dist/Web-Simple'
-source=('http://search.mcpan.org/CPAN/authors/id/M/MS/MSTROUT/Web-Simple-0.030.tar.gz')
-md5sums=('281e4a8c40d8ad26067a2e1e657b1df4')
-sha512sums=('afb9f3c64ca23e21e0d8850f9c0eeae7b15f9a134c088f22fedbc414a1180f6797ce0030ac2701c2cd934dd99cb58a765d8dbd21a064cbff3fd9cbd8badfab92')
-_distdir="Web-Simple-0.030"
+url='https://metacpan.org/release/Web-Simple'
+source=('http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/Web-Simple-0.031.tar.gz')
+md5sums=('33768f6481fc08e8740c7a9f439a39af')
+sha512sums=('41bec4a8ef6a80ed65ac12a42504988c9546a180a8e74815c52066382989a2ce9cf3da2a593a83f63c783756f505a228247aabfc4b6e500c830d56ba01dd634f')
+_distdir="Web-Simple-0.031"
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \