summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNico Jensch2024-03-09 18:52:38 +0100
committerNico Jensch2024-03-09 18:53:32 +0100
commitb9a710cdd41d6df8a758eb01358fab4f7bf8be56 (patch)
tree66027523056c511ba215aa063b049da22b92d583 /PKGBUILD
parentc9cc404e1a0a9fbee0f5b74cdf2643f5ae90f33e (diff)
downloadaur-b9a710cdd41d6df8a758eb01358fab4f7bf8be56.tar.gz
feat: update and add no lto option
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 00189cbfc0b3..0cadd078dd30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
pkgname=coreutils-hybrid-git
_pkgname=coreutils
__pkgname=uutils
-pkgver=0.0.23.r221.g60fbf1db8
-pkgrel=2
+pkgver=0.0.24.r237.gb34d410ad
+pkgrel=1
pkgdesc='GNU coreutils / uutils-coreutils hybrid package. Uses stable uutils programs mixed with GNU counterparts if uutils counterpart is unfinished / buggy'
arch=('x86_64')
license=('GPL3' 'MIT')
@@ -18,6 +18,7 @@ depends=('glibc' 'acl' 'attr' 'gmp' 'libcap' 'openssl')
conflicts=('coreutils' 'coreutils-hybrid')
provides=('coreutils' 'coreutils-hybrid')
makedepends=('git' 'rust' 'cargo' 'gperf' 'rsync' 'wget')
+options=(!lto)
source=("coreutils::git+https://git.savannah.gnu.org/git/coreutils.git"
"uutils::git+https://github.com/uutils/coreutils.git")
sha512sums=('SKIP'