Needs to add darling-Csu
, since this commit:
https://github.com/darlinghq/darling/commit/b2a6375abfcdfce271a0f80cfe333e62888a66b4
Diff file (not tested):
diff --git a/PKGBUILD b/PKGBUILD
index 404a29b..fce0be0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -48,6 +48,7 @@ source=('darling-libressl-2.2.9'::'git+https://github.com/darlinghq/darling-libr
'git+https://github.com/darlinghq/darling-corefoundation.git'
'git+https://github.com/darlinghq/darling-coretls.git'
'git+https://github.com/darlinghq/darling-crontabs.git'
+ 'git+https://github.com/darlinghq/darling-Csu.git'
'git+https://github.com/darlinghq/darling-cups.git'
'git+https://github.com/darlinghq/darling-curl.git'
'git+https://github.com/darlinghq/darling-dbuskit.git'
@@ -171,7 +172,7 @@ md5sums=( 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP'
'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP'
'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP'
'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP'
- 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
+ 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
options=('!buildflags')
pkgver() {
@@ -210,6 +211,7 @@ prepare() {
git config submodule.src/external/corefoundation.url "$srcdir/darling-corefoundation"
git config submodule.src/external/coretls.url "$srcdir/darling-coretls"
git config submodule.src/external/crontabs.url "$srcdir/darling-crontabs"
+ git config submodule.src/external/Csu.url "$srcdir/darling-Csu"
git config submodule.src/external/cups.url "$srcdir/darling-cups"
git config submodule.src/external/curl.url "$srcdir/darling-curl"
git config submodule.src/external/darling-dmg.url "$srcdir/darling-dmg"
Pinned Comments
jamesbrink commented on 2019-07-10 02:27 (UTC)
Please use this package for stable more reliable builds
https://aur.archlinux.org/packages/darling/
This one is identical but locked in on a last known working git ref and I will update as often as I can.
I have also raised an issue about versioning so maybe we can get some kind of tags for future versions and stable working builds
https://github.com/darlinghq/darling/issues/537