diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-10 19:01:35 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-11 07:12:59 +0000 |
commit | 24873bcb307637971523f591e1abd12824f644c0 (patch) | |
tree | 3c147a0bc315062d8b72be855b1cd2a974cfd2f9 /community/moreutils/APKBUILD | |
parent | 38cb687fdb3d6fd8f4ded9d0df9f027292559b3c (diff) | |
download | aports-24873bcb307637971523f591e1abd12824f644c0.tar.bz2 aports-24873bcb307637971523f591e1abd12824f644c0.tar.xz |
community/moreutils: rebuild against perl 5.28
Diffstat (limited to 'community/moreutils/APKBUILD')
-rw-r--r-- | community/moreutils/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/moreutils/APKBUILD b/community/moreutils/APKBUILD index 6d18d81e90..44cc504698 100644 --- a/community/moreutils/APKBUILD +++ b/community/moreutils/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=moreutils pkgver=0.63 -pkgrel=0 +pkgrel=1 pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" url="https://joeyh.name/code/moreutils/" arch="all" |