* update perl-path-tiny to 0.146-2

This commit is contained in:
Alexander Baldeck 2024-09-21 21:06:55 +02:00
parent dccbf20f34
commit 05387e78f4
2 changed files with 9 additions and 9 deletions

View File

@ -1,15 +1,15 @@
pkgbase = perl-path-tiny
pkgdesc = File path utility
pkgver = 0.144
pkgrel = 3
pkgver = 0.146
pkgrel = 2
url = https://metacpan.org/release/Path-Tiny
arch = any
license = PerlArtistic
license = GPL
depends = perl>=5.8.1
options = !emptydirs
source = https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-0.144.tar.gz
md5sums = 7b2fc4f5edfd29b88d2cc3b96830e7d1
sha512sums = a6360ff3c81dac6026a7610b4934a415db04060a7792e37d38eec6f7b46970eeb42840da25fc0b4eab21eaa7b5f011c6d92ba5382dcea49e57e4fc693c4620d5
source = https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-0.146.tar.gz
md5sums = 656d3556bb7f30c77d0881d564e200b2
sha512sums = 8939e7a42a2539db98825f2755399fb5eb38aac9e6ad17ec71d51edad99ddb4d5d891ef0119b57a79e4fa84c43faedff2a05c705a1e6d731f77d49798d6dc94e
pkgname = perl-path-tiny

View File

@ -2,8 +2,8 @@
# Maintainer: Florian Pritz <bluewind@xinu.at>
pkgname=perl-path-tiny
pkgver=0.144
pkgrel=3
pkgver=0.146
pkgrel=2
pkgdesc='File path utility'
arch=(any)
license=(PerlArtistic GPL)
@ -11,8 +11,8 @@ options=(!emptydirs)
depends=('perl>=5.8.1')
url=https://metacpan.org/release/Path-Tiny
source=("https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-$pkgver.tar.gz")
md5sums=(7b2fc4f5edfd29b88d2cc3b96830e7d1)
sha512sums=(a6360ff3c81dac6026a7610b4934a415db04060a7792e37d38eec6f7b46970eeb42840da25fc0b4eab21eaa7b5f011c6d92ba5382dcea49e57e4fc693c4620d5)
md5sums=('656d3556bb7f30c77d0881d564e200b2')
sha512sums=('8939e7a42a2539db98825f2755399fb5eb38aac9e6ad17ec71d51edad99ddb4d5d891ef0119b57a79e4fa84c43faedff2a05c705a1e6d731f77d49798d6dc94e')
_ddir="Path-Tiny-$pkgver"
build()