diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2022-01-07 05:04:22 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2022-01-07 05:04:22 +0100 |
commit | 327c040eb7a5c6fd865baf05198417bfd55303a4 (patch) | |
tree | 306f8630bba7912fc1a38885415c0ff58a2c3122 | |
parent | 27a1a567a129af5cdb6483be90bdcb7f162175b7 (diff) | |
download | aports-327c040eb7a5c6fd865baf05198417bfd55303a4.tar.gz aports-327c040eb7a5c6fd865baf05198417bfd55303a4.tar.bz2 aports-327c040eb7a5c6fd865baf05198417bfd55303a4.tar.xz |
main/util-linux: rebuild to link statically against utmps on riscv64
See #13369
-rw-r--r-- | main/util-linux/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/util-linux/APKBUILD b/main/util-linux/APKBUILD index 92716de061..f1fe016533 100644 --- a/main/util-linux/APKBUILD +++ b/main/util-linux/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=util-linux pkgver=2.37.2 -pkgrel=6 +pkgrel=7 pkgdesc="Random collection of Linux utilities" url="https://git.kernel.org/cgit/utils/util-linux/util-linux.git" arch="all" |