summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian 'Swift Geek' Grzywna2021-02-12 19:32:51 +0100
committerSebastian 'Swift Geek' Grzywna2021-02-12 19:32:51 +0100
commit2c7e740ef8e0b5473917d7ccab1c132f1b78309f (patch)
treee9cbe52b76b7a35862edd4f46a8edeba3949aba7
parentbf9bb74e4ef66ecdec65433847afa6f5c3d7fdda (diff)
downloadaur-2c7e740ef8e0b5473917d7ccab1c132f1b78309f.tar.gz
Bump to 7.58
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 637f393ca06b..5b7460604194 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Tue Sep 17 01:48:54 UTC 2019
+# Fri Feb 12 18:32:41 UTC 2021
pkgbase = perl-extutils-makemaker-aur
pkgdesc = ExtUtils::MakeMaker - Create a module Makefile
- pkgver = 7.38
+ pkgver = 7.58
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.38
+ provides = perl-extutils-makemaker=7.58
options = !emptydirs
- source = http://www.cpan.org/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.38.tar.gz
- md5sums = 4dd778b0b533e72e397aa652a8a3ba1a
+ source = http://www.cpan.org/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.58.tar.gz
+ md5sums = 3b12c2ea318cda1f19d8da02c72cc94d
pkgname = perl-extutils-makemaker-aur
diff --git a/PKGBUILD b/PKGBUILD
index 56ef8499e47f..3ffc39c4154b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Swift Geek <swiftgeek «at» gmail.com>
pkgname=perl-extutils-makemaker-aur
-pkgver=7.38
+pkgver=7.58
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=('4dd778b0b533e72e397aa652a8a3ba1a')
+md5sums=('3b12c2ea318cda1f19d8da02c72cc94d')
_src_dir='$srcdir/ExtUtils-MakeMaker-$pkgver'
build() {