[arch-commits] Commit in perl-path-tiny/trunk (PKGBUILD)

Florian Pritz bluewind at archlinux.org
Sat Feb 22 12:43:18 UTC 2020


    Date: Saturday, February 22, 2020 @ 12:43:16
  Author: bluewind
Revision: 578482

upgpkg: perl-path-tiny 0.112-1: upstream update

Modified:
  perl-path-tiny/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-22 12:41:37 UTC (rev 578481)
+++ PKGBUILD	2020-02-22 12:43:16 UTC (rev 578482)
@@ -1,8 +1,8 @@
 # Maintainer: Florian Pritz <bluewind at xinu.at>
 
 pkgname=perl-path-tiny
-pkgver=0.108
-pkgrel=2
+pkgver=0.112
+pkgrel=1
 pkgdesc='File path utility'
 arch=(any)
 license=(PerlArtistic GPL)
@@ -9,9 +9,9 @@
 options=(!emptydirs)
 depends=('perl>=5.8.1')
 url=https://metacpan.org/release/Path-Tiny
-source=("https://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Path-Tiny-$pkgver.tar.gz")
-md5sums=(1a7fbdccc4585074ce4419b7bec0966c)
-sha512sums=(21cbc8ec84474a2fc14b77a2c8b659676d4842a87a7572497c0dd6ba1c2e5f91cdefa30fc9578fdc416d8c8ee4155ff302833925c1fdf9242c898ba6a0ebee13)
+source=("https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-$pkgver.tar.gz")
+md5sums=(bf2a021d653d7252a39c0d31b41a7c6e)
+sha512sums=(c387192fc42a78aee506fa332fd9fcd385fbc28fed02bc41b9c50e4cff6c65700ad3fd9d840871ef3bf7a8029719d8fd8b84f993ac816ff65c8d4e2203ad3b3f)
 _ddir="Path-Tiny-$pkgver"
 
 build()
@@ -35,7 +35,6 @@
 (
   cd "$srcdir/$_ddir"
   make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
 )
 
 # Local Variables:



More information about the arch-commits mailing list