summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc87351b80a7..8682a025b4f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Thu Feb 14 16:42:06 UTC 2019
pkgbase = perl-uri-find
pkgdesc = Find URIs in plain text
- pkgver = 20140709
- pkgrel = 2
+ pkgver = 20160806
+ pkgrel = 1
url = http://metacpan.org/pod/URI::Find
arch = any
license = PerlArtistic
@@ -10,8 +12,8 @@ pkgbase = perl-uri-find
depends = perl
depends = perl-uri>=1.00
options = !emptydirs
- source = http://cpan.metacpan.org/authors/id/M/MS/MSCHWERN/URI-Find-20140709.tar.gz
- md5sums = a32b1b2e6467b92ee1629f0d4da3c24c
+ source = http://cpan.metacpan.org/authors/id/M/MS/MSCHWERN/URI-Find-20160806.tar.gz
+ md5sums = 744411a9fe3865f8f580b1b5fea8c7e5
pkgname = perl-uri-find
diff --git a/PKGBUILD b/PKGBUILD
index d5f306ee0c93..c54e56f7b9e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Maintainer: jason ryan <jasonwryan@gmail.com>
# Contributor: Caleb Cushing <xenoterracide@gmail.com>
-pkgname='perl-uri-find'
-_cpanname='URI-Find'
-pkgver='20140709'
-pkgrel='2'
+pkgname="perl-uri-find"
+_cpanname="URI-Find"
+pkgver="20160806"
+pkgrel="1"
pkgdesc="Find URIs in plain text"
arch=('any')
url='http://metacpan.org/pod/URI::Find'
@@ -13,7 +13,7 @@ license=('PerlArtistic' 'GPL')
depends=('perl' 'perl-uri>=1.00')
makedepends=('perl-module-build')
options=('!emptydirs')
-md5sums=('a32b1b2e6467b92ee1629f0d4da3c24c')
+md5sums=('744411a9fe3865f8f580b1b5fea8c7e5')
source=("http://cpan.metacpan.org/authors/id/M/MS/MSCHWERN/${_cpanname}-${pkgver}.tar.gz")
build() {