summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6945abb5d57d..bde2158e8bfe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = perl-autobox-core
pkgdesc = Provide core functions to autoboxed scalars, arrays and hashes.
- pkgver = 1.24
+ pkgver = 1.29
pkgrel = 1
url = http://search.cpan.org/dist/autobox-Core
arch = any
@@ -8,9 +8,8 @@ pkgbase = perl-autobox-core
license = GPL
depends = perl-autobox>=2.71
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/J/JA/JARICH/autobox-Core-1.24.tar.gz
- md5sums = 3bd42910218d7e5a8f2e9f87f2a78983
- sha512sums = 5701cca4060cb324eae64693a64b7e13249a69425d7d2e0c205dad4d5185d1f95f057122c80de0969aa53209cd8500359ef3fd33eb1848046709ee5f081e42c4
+ source = http://search.cpan.org/CPAN/authors/id/X/XE/XENU/autobox-Core-1.29.tar.gz
+ md5sums = 10b0f4c908542e034a2a423a358ab420
pkgname = perl-autobox-core
diff --git a/PKGBUILD b/PKGBUILD
index 170e77ccd841..712ee592ac96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Generator : CPANPLUS::Dist::Arch 1.25
pkgname='perl-autobox-core'
-pkgver='1.24'
+pkgver='1.29'
pkgrel='1'
pkgdesc="Provide core functions to autoboxed scalars, arrays and hashes."
arch=('any')
@@ -11,10 +11,9 @@ options=('!emptydirs')
depends=('perl-autobox>=2.71')
makedepends=()
url='http://search.cpan.org/dist/autobox-Core'
-source=('http://search.cpan.org/CPAN/authors/id/J/JA/JARICH/autobox-Core-1.24.tar.gz')
-md5sums=('3bd42910218d7e5a8f2e9f87f2a78983')
-sha512sums=('5701cca4060cb324eae64693a64b7e13249a69425d7d2e0c205dad4d5185d1f95f057122c80de0969aa53209cd8500359ef3fd33eb1848046709ee5f081e42c4')
-_distdir="autobox-Core-1.24"
+source=('http://search.cpan.org/CPAN/authors/id/X/XE/XENU/autobox-Core-1.29.tar.gz')
+md5sums=('10b0f4c908542e034a2a423a358ab420')
+_distdir="autobox-Core-1.29"
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \