diff options
Diffstat (limited to 'perl-hook-lexwrap/PKGBUILD')
-rw-r--r-- | perl-hook-lexwrap/PKGBUILD | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/perl-hook-lexwrap/PKGBUILD b/perl-hook-lexwrap/PKGBUILD index 8589b3fa..2067478f 100644 --- a/perl-hook-lexwrap/PKGBUILD +++ b/perl-hook-lexwrap/PKGBUILD @@ -3,26 +3,23 @@ # Generator : CPANPLUS::Dist::Arch 1.30 pkgname='perl-hook-lexwrap' -pkgver='0.25' -pkgrel='3' +pkgver=0.26 +pkgrel=1 pkgdesc="Lexically scoped subroutine wrappers" arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') -provides=( - 'perl-hook-lexwrap-cleanup=0.25') depends=( 'perl>=5.6.0' 'perl-carp') makedepends=( 'perl-extutils-makemaker' - 'perl-module-build-tiny>=0.039' 'perl-pathtools' 'perl-test-simple') checkdepends=('perl-test-pod>=1.14') url='https://metacpan.org/release/Hook-LexWrap' source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Hook-LexWrap-${pkgver}.tar.gz") -sha512sums=('63623164ac67a33bd12ef771725a09647bdfe19d2f8eb84a0049ca0bdf4adc325143889a5751b1aefaca23eedb1a503ee42071b2fe3e7e3f033c148c0716eca9') +sha512sums=('f7771d4fb8379f43fa5b864e345f4526603914c3c486c637ea07fb9e2d41569bf40948a9039fab7d10c683fb85e16a8653876613903d34cc6801fcc9e92aa58b') _distdir="Hook-LexWrap-${pkgver}" build() { |