summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leontiev2016-12-20 23:41:40 +0300
committerAnton Leontiev2016-12-20 23:41:40 +0300
commit04e9fefacb9435022555aed666486bb1f735dc78 (patch)
tree0d86b4e300ece87ef6795203a403ab2d6ac174d2
parent166e17b98feb92977e4da1327282cb8fc78dc45d (diff)
downloadaur-04e9fefacb9435022555aed666486bb1f735dc78.tar.gz
Update to v0.098
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad3a720c3543..364171e5bc88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Aug 24 06:04:22 UTC 2016
+# 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.096
+ pkgver = 0.098
pkgrel = 1
url = https://metacpan.org/release/Path-Tiny
arch = any
@@ -10,8 +10,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.096.tar.gz
- md5sums = fac457f1c34134a9cce3aa15d3c7a1b7
+ source = http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Path-Tiny-0.098.tar.gz
+ md5sums = dd5c11cf3ba2c46726c47334686e2332
pkgname = perl-path-tiny
diff --git a/PKGBUILD b/PKGBUILD
index db0b28797dc1..77bdf12c9c04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
# Generator : CPANPLUS::Dist::Arch 1.32
pkgname=perl-path-tiny
-pkgver=0.096
+pkgver=0.098
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.096.tar.gz)
+source=(http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Path-Tiny-0.098.tar.gz)
options=(!emptydirs)
-md5sums=('fac457f1c34134a9cce3aa15d3c7a1b7')
+md5sums=('dd5c11cf3ba2c46726c47334686e2332')
sanitize() {
unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
@@ -20,20 +20,20 @@ sanitize() {
}
build() {
- cd Path-Tiny-0.096
+ cd Path-Tiny-0.098
sanitize
perl Makefile.PL INSTALLDIRS=vendor
make
}
check() {
- cd Path-Tiny-0.096
+ cd Path-Tiny-0.098
sanitize
make test
}
package() {
- cd Path-Tiny-0.096
+ cd Path-Tiny-0.098
sanitize
make install DESTDIR="$pkgdir"
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete