diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-04 20:34:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-05 15:36:51 +0000 |
commit | 52fbadb047045744a49f0fd79285a684258204dc (patch) | |
tree | 8e95b3a7e2ccd3f866c990b563b612a5486f6f30 | |
parent | 2cc0c7e079a1f3cc78804cc115e84b5386b9eda8 (diff) |
main/perl-pathtools: rebuild against perl 5.30
-rw-r--r-- | main/perl-pathtools/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/perl-pathtools/APKBUILD b/main/perl-pathtools/APKBUILD index 4669b19ed87..e111032a765 100644 --- a/main/perl-pathtools/APKBUILD +++ b/main/perl-pathtools/APKBUILD @@ -4,7 +4,7 @@ pkgname=perl-pathtools _pkgreal=PathTools pkgver=3.75 -pkgrel=1 +pkgrel=2 pkgdesc="The combined distribution for the File::Spec and Cwd modules" url="http://search.cpan.org/dist/PathTools/" arch="all" |