diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-09-26 00:43:08 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-09-26 00:43:08 -0300 |
commit | a357535b64d2b146aeb708f8ef593c1ec8eb3087 (patch) | |
tree | 8bc1495f40b63c09b16c23f5520a9f6ec6a95301 /pcr/perl-autovivification/PKGBUILD | |
parent | 5a624f02409f934c8e93f68877989333bc4fa3ac (diff) | |
download | abslibre-a357535b64d2b146aeb708f8ef593c1ec8eb3087.tar.gz abslibre-a357535b64d2b146aeb708f8ef593c1ec8eb3087.tar.bz2 abslibre-a357535b64d2b146aeb708f8ef593c1ec8eb3087.zip |
perl-autovivification-0.15-1: updating version
Diffstat (limited to 'pcr/perl-autovivification/PKGBUILD')
-rw-r--r-- | pcr/perl-autovivification/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pcr/perl-autovivification/PKGBUILD b/pcr/perl-autovivification/PKGBUILD index 5bf8c94f2..3fc4d3979 100644 --- a/pcr/perl-autovivification/PKGBUILD +++ b/pcr/perl-autovivification/PKGBUILD @@ -4,17 +4,17 @@ # Contributor : Márcio Silva <coadde@parabola.nu> pkgname='perl-autovivification' -pkgver='0.14' +pkgver='0.15' pkgrel='1' pkgdesc="Lexically disable autovivification." -arch=('i686' 'x86_64' 'mips64el') +arch=('i686' 'x86_64' 'armv7h') license=('GPL1') options=('!emptydirs') depends=('perl>=5.8.3') makedepends=() url='http://search.cpan.org/dist/autovivification' source=("http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-$pkgver.tar.gz") -md5sums=('bf0f5133a32685218e8d7ad1aba02deb') +md5sums=('5f2120f1591f5b0600b1a927bfc51e55') _distdir="autovivification-$pkgver" build() { |