From ca64f1efc351b014f0220d2f2e29ac180286ed55 Mon Sep 17 00:00:00 2001 From: Maxython Date: Mon, 11 Dec 2023 12:21:27 +0300 Subject: [PATCH] gpkg/coreutils: rebuild for i686 --- gpkg/coreutils/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/gpkg/coreutils/build.sh b/gpkg/coreutils/build.sh index f03dd23e8..661135155 100644 --- a/gpkg/coreutils/build.sh +++ b/gpkg/coreutils/build.sh @@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="Basic file, shell and text manipulation utilities from t TERMUX_PKG_LICENSE="GPL-3.0" TERMUX_PKG_MAINTAINER="@termux-pacman" TERMUX_PKG_VERSION=9.4 +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/coreutils/coreutils-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_SHA256=ea613a4cf44612326e917201bbbcdfbd301de21ffc3b59b6e5c07e040b275e52 TERMUX_PKG_DEPENDS="openssl-glibc, libacl-glibc, libgmp-glibc, libcap-glibc"