diff options
author | Laurent Bercot <ska-devel@skarnet.org> | 2021-01-10 19:19:10 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-01-10 17:28:10 -0300 |
commit | 428083424e3512a6ababda08f42696a64ed4ad88 (patch) | |
tree | a2c9e0da72e8f4305e1b2f03101683cd18489e19 | |
parent | 1cbee42d396317e9c0d6dd5bdf4334491e93aed5 (diff) |
main/coreutils: force rebuild against new utmps+skalibs
-rw-r--r-- | main/coreutils/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/coreutils/APKBUILD b/main/coreutils/APKBUILD index 0b2704b0ee5..10aa518ab0a 100644 --- a/main/coreutils/APKBUILD +++ b/main/coreutils/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=coreutils pkgver=8.32 -pkgrel=1 +pkgrel=2 pkgdesc="The basic file, shell and text manipulation utilities" url="https://www.gnu.org/software/coreutils/" arch="all" |