summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnton Leontiev2017-06-10 19:01:11 +0300
committerAnton Leontiev2017-06-10 19:01:11 +0300
commitf4fb5e6e7c55abd2fd23aedc30ebf7272c09e639 (patch)
tree8ec9c5c2276a39aebcdc4ea3ed0a73f84104997f /PKGBUILD
parent04e9fefacb9435022555aed666486bb1f735dc78 (diff)
downloadaur-perl-path-tiny.tar.gz
Update to v0.104
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77bdf12c9c04..0dfb36f9efe4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
# Generator : CPANPLUS::Dist::Arch 1.32
pkgname=perl-path-tiny
-pkgver=0.098
+pkgver=0.104
pkgrel=1
pkgdesc='A small and fast Perl module for working with file paths'
arch=('any')
url='https://metacpan.org/release/Path-Tiny'
license=('PerlArtistic' 'GPL')
depends=('perl>=5.17.8')
-source=(http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Path-Tiny-0.098.tar.gz)
+source=(http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Path-Tiny-0.104.tar.gz)
options=(!emptydirs)
-md5sums=('dd5c11cf3ba2c46726c47334686e2332')
+md5sums=('17354181d9794df01be555b25114dd24')
sanitize() {
unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
@@ -20,20 +20,20 @@ sanitize() {
}
build() {
- cd Path-Tiny-0.098
+ cd Path-Tiny-0.104
sanitize
perl Makefile.PL INSTALLDIRS=vendor
make
}
check() {
- cd Path-Tiny-0.098
+ cd Path-Tiny-0.104
sanitize
make test
}
package() {
- cd Path-Tiny-0.098
+ cd Path-Tiny-0.104
sanitize
make install DESTDIR="$pkgdir"
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete