perl-Error: Update to 0.17023

This commit is contained in:
Alexpux
2015-02-13 21:05:18 +03:00
parent 5e56beb945
commit c85732fd58

View File

@@ -1,7 +1,7 @@
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
pkgname=perl-Error
pkgver=0.17022
pkgver=0.17023
pkgrel=1
pkgdesc="Perl/CPAN Error module - Error/exception handling in an OO-ish way"
url="http://search.cpan.org/dist/Error/"
@@ -12,12 +12,12 @@ checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
options=('!emptydirs')
groups=('perl-modules')
source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Error-${pkgver}.tar.gz)
sha1sums=('2e638bd8e9f9e241733a6f199287154a039d3700')
sha1sums=('fd3772bd83067fefdc858e7c2bd607e0f94f952b')
build() {
cd Error-${pkgver}
perl Makefile.PL INSTALLDIRS=vendor
make
make
}
check() {