summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSwift Geek2016-05-20 08:26:01 +0200
committerSwift Geek2016-05-20 08:26:01 +0200
commit7b2df001732842ff95a46db3f4cfae5eeade33a1 (patch)
treef92da99052263afc5dea43fbc0001cdb1d6dd473
parentd5cf0ed3ea844b71db4d9cd83c1a9477a4a090a5 (diff)
downloadaur-7b2df001732842ff95a46db3f4cfae5eeade33a1.tar.gz
Bump to 7.16
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6884142f0eb6..02cf6f4594af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Fri Apr 29 22:35:27 UTC 2016
+# Fri May 20 06:26:01 UTC 2016
pkgbase = perl-extutils-makemaker-aur
pkgdesc = ExtUtils::MakeMaker - Create a module Makefile
- pkgver = 7.14
+ pkgver = 7.16
pkgrel = 1
url = https://metacpan.org/release/ExtUtils-MakeMaker/
arch = any
license = GPL
license = PerlArtistic
depends = perl>=5.10.0
- provides = perl-extutils-makemaker=7.14
+ provides = perl-extutils-makemaker=7.16
options = !emptydirs
- source = http://www.cpan.org/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.14.tar.gz
- md5sums = 2d406187010851e8f1e467cec6681b9f
+ source = http://www.cpan.org/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.16.tar.gz
+ md5sums = 2c0e5315d83e9f6c9e3a45641ecdedf5
pkgname = perl-extutils-makemaker-aur
diff --git a/PKGBUILD b/PKGBUILD
index 68cd6e70ffab..20d984c4c186 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Swift Geek <swiftgeek «at» gmail.com>
pkgname=perl-extutils-makemaker-aur
-pkgver=7.14
+pkgver=7.16
pkgrel=1
pkgdesc="ExtUtils::MakeMaker - Create a module Makefile"
arch=('any')
@@ -15,7 +15,7 @@ backup=()
options=(!emptydirs)
install=
source=("http://www.cpan.org/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-${pkgver}.tar.gz")
-md5sums=('2d406187010851e8f1e467cec6681b9f')
+md5sums=('2c0e5315d83e9f6c9e3a45641ecdedf5')
prepare() {
export _src_dir="$srcdir/ExtUtils-MakeMaker-$pkgver"