summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leontiev2017-06-10 19:01:11 +0300
committerAnton Leontiev2017-06-10 19:01:11 +0300
commitf4fb5e6e7c55abd2fd23aedc30ebf7272c09e639 (patch)
tree8ec9c5c2276a39aebcdc4ea3ed0a73f84104997f
parent04e9fefacb9435022555aed666486bb1f735dc78 (diff)
downloadaur-perl-path-tiny.tar.gz
Update to v0.104
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 364171e5bc88..ecc9c682e351 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Dec 20 20:41:08 UTC 2016
pkgbase = perl-path-tiny
pkgdesc = A small and fast Perl module for working with file paths
- pkgver = 0.098
+ pkgver = 0.104
pkgrel = 1
url = https://metacpan.org/release/Path-Tiny
arch = any
@@ -10,8 +8,8 @@ pkgbase = perl-path-tiny
license = GPL
depends = perl>=5.17.8
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Path-Tiny-0.098.tar.gz
- md5sums = dd5c11cf3ba2c46726c47334686e2332
+ source = http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Path-Tiny-0.104.tar.gz
+ md5sums = 17354181d9794df01be555b25114dd24
pkgname = perl-path-tiny
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