aboutsummaryrefslogtreecommitdiff
path: root/utils/coreutils/Makefile
diff options
context:
space:
mode:
authorJohn Audia <graysky@archlinux.us>2022-02-26 15:05:02 -0500
committerRosen Penev <rosenp@gmail.com>2022-02-26 14:11:24 -0800
commitaabd7a137adcc4b724fede00ad7714577146559a (patch)
tree74af1caeb4fa89ff04dda177201616f8e32a6daf /utils/coreutils/Makefile
parent4ccfa72983530449c2ab1045012f7e7d1451b821 (diff)
coreutils: patch chmod with upstream fix
Apply a post-release upstream patch to chmod to fix some broken behavior. See: https://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=e8b56ebd536e82b15542a00c888109471936bfda A number of major distros including Arch, Alpine and Void import this patch. Signed-off-by: John Audia <graysky@archlinux.us>
Diffstat (limited to 'utils/coreutils/Makefile')
-rw-r--r--utils/coreutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/coreutils/Makefile b/utils/coreutils/Makefile
index b71faf4ca..4e53fbf9e 100644
--- a/utils/coreutils/Makefile
+++ b/utils/coreutils/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=coreutils
PKG_VERSION:=9.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/coreutils