diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-10 18:13:42 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-11 07:12:59 +0000 |
commit | fe4c19e7c5c074364570c87081754dad299364b4 (patch) | |
tree | 31374800d3933e1f85196da1c3335e7726ee02e9 /main/perl-text-soundex | |
parent | b500fa26f91c7aff97bc621fe1bbad62eb62d166 (diff) | |
download | aports-fe4c19e7c5c074364570c87081754dad299364b4.tar.bz2 aports-fe4c19e7c5c074364570c87081754dad299364b4.tar.xz |
main/perl-text-soundex: rebuild against perl 5.28
Diffstat (limited to 'main/perl-text-soundex')
-rw-r--r-- | main/perl-text-soundex/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/perl-text-soundex/APKBUILD b/main/perl-text-soundex/APKBUILD index 0ad8c77db1..dc52b3ea38 100644 --- a/main/perl-text-soundex/APKBUILD +++ b/main/perl-text-soundex/APKBUILD @@ -4,7 +4,7 @@ pkgname=perl-text-soundex _pkgreal=Text-Soundex pkgver=3.05 -pkgrel=0 +pkgrel=1 pkgdesc="Implementation of the soundex algorithm" url="http://search.cpan.org/dist/Text-Soundex/" arch="all" |