diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-15 15:31:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-15 20:07:18 +0000 |
commit | f5b94d242236e4f7e94c546cf0e3a6061bb35dd8 (patch) | |
tree | 9b74026d148de43568fcba86cf85dfef8a1ccb4d /community/perl-template-toolkit | |
parent | f9dc0c83feea7053fd4b0962656a65dbcd68f380 (diff) | |
download | aports-f5b94d242236e4f7e94c546cf0e3a6061bb35dd8.tar.bz2 aports-f5b94d242236e4f7e94c546cf0e3a6061bb35dd8.tar.xz |
community/perl-template-toolkit: rebuild against perl 5.26
Diffstat (limited to 'community/perl-template-toolkit')
-rw-r--r-- | community/perl-template-toolkit/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/perl-template-toolkit/APKBUILD b/community/perl-template-toolkit/APKBUILD index bd903001c9..e326bb6c2d 100644 --- a/community/perl-template-toolkit/APKBUILD +++ b/community/perl-template-toolkit/APKBUILD @@ -4,7 +4,7 @@ pkgname=perl-template-toolkit _pkgreal=Template-Toolkit pkgver=2.27 -pkgrel=0 +pkgrel=1 pkgdesc="comprehensive template processing system" url="http://search.cpan.org/dist/Template-Toolkit/" arch="all" |