summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriel Abreu2022-05-13 17:49:59 -0400
committerAriel Abreu2022-05-13 17:49:59 -0400
commitb9b5097520977f6a114b7da8639772e51909741d (patch)
treec5b39a083271cd53363334c86ad9606005bfdf8b
parent228926f553c1cc4f56be41ab0546e69d9b6f0a42 (diff)
downloadaur-b9b5097520977f6a114b7da8639772e51909741d.tar.gz
Update with new submodules
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD17
2 files changed, 28 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c61ffa074275..2a9e96f7694e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = darling-git
pkgdesc = Darwin/macOS emulation layer for Linux
- pkgver = r3690.156c30623
+ pkgver = r3717.26e55e111
pkgrel = 1
url = http://www.darlinghq.org
arch = x86_64
@@ -50,6 +50,7 @@ pkgbase = darling-git
source = git+https://github.com/darlinghq/cctools-port.git
source = git+https://github.com/darlinghq/darling-adv_cmds.git
source = git+https://github.com/darlinghq/darling-apr.git
+ source = git+https://github.com/darlinghq/darling-AvailabilityVersions
source = git+https://github.com/darlinghq/darling-awk.git
source = git+https://github.com/darlinghq/darling-bash.git
source = git+https://github.com/darlinghq/darling-basic_cmds.git
@@ -77,6 +78,7 @@ pkgbase = darling-git
source = git+https://github.com/darlinghq/darling-doc_cmds.git
source = git+https://github.com/darlinghq/darling-DSTools.git
source = git+https://github.com/darlinghq/darling-dtrace.git
+ source = git+https://github.com/darlinghq/darling-dyld.git
source = git+https://github.com/darlinghq/darling-energytrace.git
source = git+https://github.com/darlinghq/darling-expat.git
source = git+https://github.com/darlinghq/darling-file_cmds.git
@@ -104,15 +106,19 @@ pkgbase = darling-git
source = git+https://github.com/darlinghq/darling-less.git
source = git+https://github.com/darlinghq/darling-libarchive.git
source = git+https://github.com/darlinghq/darling-libauto.git
+ source = git+https://github.com/darlinghq/darling-Libc.git
source = git+https://github.com/darlinghq/darling-libclosure.git
source = git+https://github.com/darlinghq/darling-libcxxabi.git
source = git+https://github.com/darlinghq/darling-libcxx.git
source = git+https://github.com/darlinghq/darling-libdispatch.git
source = git+https://github.com/darlinghq/darling-libffi.git
source = git+https://github.com/darlinghq/darling-liblzma.git
+ source = git+https://github.com/darlinghq/darling-libmalloc.git
source = git+https://github.com/darlinghq/darling-libnetwork.git
+ source = git+https://github.com/darlinghq/darling-Libnotify.git
source = git+https://github.com/darlinghq/darling-libplatform.git
source = git+https://github.com/darlinghq/darling-libpthread.git
+ source = git+https://github.com/darlinghq/darling-Libsystem.git
source = git+https://github.com/darlinghq/darling-libtelnet.git
source = git+https://github.com/darlinghq/darling-libtrace.git
source = git+https://github.com/darlinghq/darling-libxml2.git
@@ -298,6 +304,12 @@ pkgbase = darling-git
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
+ md5sums = SKIP
+ md5sums = SKIP
+ md5sums = SKIP
+ md5sums = SKIP
+ md5sums = SKIP
+ md5sums = SKIP
pkgname = darling-git
depends = darling-mach-dkms-git
diff --git a/PKGBUILD b/PKGBUILD
index 48128acf0251..55cac9d34f8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_gitname=darling
pkgbase=$_gitname-git
pkgname=('darling-git' 'darling-mach-dkms-git')
-pkgver=r3690.156c30623
+pkgver=r3717.26e55e111
pkgrel=1
pkgdesc="Darwin/macOS emulation layer for Linux"
arch=('x86_64')
@@ -27,6 +27,7 @@ source=('dkms.conf'
'git+https://github.com/darlinghq/cctools-port.git'
'git+https://github.com/darlinghq/darling-adv_cmds.git'
'git+https://github.com/darlinghq/darling-apr.git'
+ 'git+https://github.com/darlinghq/darling-AvailabilityVersions'
'git+https://github.com/darlinghq/darling-awk.git'
'git+https://github.com/darlinghq/darling-bash.git'
'git+https://github.com/darlinghq/darling-basic_cmds.git'
@@ -54,6 +55,7 @@ source=('dkms.conf'
'git+https://github.com/darlinghq/darling-doc_cmds.git'
'git+https://github.com/darlinghq/darling-DSTools.git'
'git+https://github.com/darlinghq/darling-dtrace.git'
+ 'git+https://github.com/darlinghq/darling-dyld.git'
'git+https://github.com/darlinghq/darling-energytrace.git'
'git+https://github.com/darlinghq/darling-expat.git'
'git+https://github.com/darlinghq/darling-file_cmds.git'
@@ -81,15 +83,19 @@ source=('dkms.conf'
'git+https://github.com/darlinghq/darling-less.git'
'git+https://github.com/darlinghq/darling-libarchive.git'
'git+https://github.com/darlinghq/darling-libauto.git'
+ 'git+https://github.com/darlinghq/darling-Libc.git'
'git+https://github.com/darlinghq/darling-libclosure.git'
'git+https://github.com/darlinghq/darling-libcxxabi.git'
'git+https://github.com/darlinghq/darling-libcxx.git'
'git+https://github.com/darlinghq/darling-libdispatch.git'
'git+https://github.com/darlinghq/darling-libffi.git'
'git+https://github.com/darlinghq/darling-liblzma.git'
+ 'git+https://github.com/darlinghq/darling-libmalloc.git'
'git+https://github.com/darlinghq/darling-libnetwork.git'
+ 'git+https://github.com/darlinghq/darling-Libnotify.git'
'git+https://github.com/darlinghq/darling-libplatform.git'
'git+https://github.com/darlinghq/darling-libpthread.git'
+ 'git+https://github.com/darlinghq/darling-Libsystem.git'
'git+https://github.com/darlinghq/darling-libtelnet.git'
'git+https://github.com/darlinghq/darling-libtrace.git'
'git+https://github.com/darlinghq/darling-libxml2.git'
@@ -162,7 +168,8 @@ md5sums=('d6d3b392245a45c6fb5f82037bfdbd19'
'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() {
@@ -180,6 +187,7 @@ prepare() {
echo "Updating git submodule paths."
git config submodule.src/external/adv_cmds.url "$srcdir/darling-adv_cmds"
git config submodule.src/external/apr.url "$srcdir/darling-apr"
+ git config submodule.src/external/AvailabilityVersions.url "$srcdir/darling-AvailabilityVersions"
git config submodule.src/external/awk.url "$srcdir/darling-awk"
git config submodule.src/external/bash.url "$srcdir/darling-bash"
git config submodule.src/external/basic_cmds.url "$srcdir/darling-basic_cmds"
@@ -208,6 +216,7 @@ prepare() {
git config submodule.src/external/doc_cmds.url "$srcdir/darling-doc_cmds"
git config submodule.src/external/DSTools.url "$srcdir/darling-DSTools"
git config submodule.src/external/dtrace.url "$srcdir/darling-dtrace"
+ git config submodule.src/external/dyld.url "$srcdir/darling-dyld"
git config submodule.src/external/energytrace.url "$srcdir/darling-energytrace"
git config submodule.src/external/expat.url "$srcdir/darling-expat"
git config submodule.src/external/file_cmds.url "$srcdir/darling-file_cmds"
@@ -233,19 +242,23 @@ prepare() {
git config submodule.src/external/less.url "$srcdir/darling-less"
git config submodule.src/external/libarchive.url "$srcdir/darling-libarchive"
git config submodule.src/external/libauto.url "$srcdir/darling-libauto"
+ git config submodule.src/external/libc.url "$srcdir/darling-Libc"
git config submodule.src/external/libclosure.url "$srcdir/darling-libclosure"
git config submodule.src/external/libcxxabi.url "$srcdir/darling-libcxxabi"
git config submodule.src/external/libcxx.url "$srcdir/darling-libcxx"
git config submodule.src/external/libdispatch.url "$srcdir/darling-libdispatch"
git config submodule.src/external/libffi.url "$srcdir/darling-libffi"
git config submodule.src/external/liblzma.url "$srcdir/darling-liblzma"
+ git config submodule.src/external/libmalloc.url "$srcdir/darling-libmalloc"
git config submodule.src/external/libnetwork.url "$srcdir/darling-libnetwork"
+ git config submodule.src/external/libnotify.url "$srcdir/darling-Libnotify"
git config submodule.src/external/libplatform.url "$srcdir/darling-libplatform"
git config submodule.src/external/libpthread.url "$srcdir/darling-libpthread"
git config submodule.src/external/libressl-2.2.9.url "$srcdir/darling-libressl-2.2.9"
git config submodule.src/external/libressl-2.5.5.url "$srcdir/darling-libressl-2.5.5"
git config submodule.src/external/libressl-2.6.5.url "$srcdir/darling-libressl-2.6.5"
git config submodule.src/external/libressl-2.8.3.url "$srcdir/darling-libressl-2.8.3"
+ git config submodule.src/external/libsystem.url "$srcdir/darling-Libsystem"
git config submodule.src/external/libtelnet.url "$srcdir/darling-libtelnet"
git config submodule.src/external/libtrace.url "$srcdir/darling-libtrace"
git config submodule.src/external/libxml2.url "$srcdir/darling-libxml2"