Package Details: darling-bin 0.1.20260608-3

Git Clone URL: https://aur.archlinux.org/darling-bin.git (read-only, click to copy)
Package Base: darling-bin
Description: Darwin/macOS emulation layer for Linux
Upstream URL: https://github.com/darlinghq/darling
Keywords: Darling emulation MacOS
Licenses: GPL-3.0-only
Groups: darling-bin
Conflicts: darling, darling-git
Provides: darling
Submitter: taotieren
Maintainer: zrhoffman (taotieren)
Last Packager: taotieren
Votes: 10
Popularity: 0.64
First Submitted: 2021-01-26 07:18 (UTC)
Last Updated: 2026-06-11 02:32 (UTC)

Latest Comments

1 2 Next › Last »

995qa commented on 2026-06-11 00:39 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index 39fe1f5..1c7bbcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@

 _pkgname=darling
 pkgname=$_pkgname-bin
-pkgver=0.1.20260222
+pkgver=0.1.20260608
 pkgrel=1
 pkgdesc="Darwin/macOS emulation layer for Linux"
 arch=('x86_64')
@@ -34,14 +34,16 @@ depends=(
   libxrandr)
 optdepends=('libtiff5: Library for manipulation of TIFF images')
 source_x86_64=("${url}/releases/download/v${pkgver}/debs_${pkgver#0.1.}.zip")
-sha256sums_x86_64=('9bc64151f10b005d46af2565714d07f7f2ccdc95100ccf75b4b2f65ba94dc821')
-b2sums_x86_64=('b400e65778660ec55b449a6f77d36da77deca879c894eb74c8f194596d1fab87a03f7c26d5f2da533d871d29b7fe903e5d942c35e773a216198af77a2404bb86')
+sha256sums_x86_64=('27469ef3932da2e91dd7fb34b70e3628a3e54b7af9fb5480051f44af35eca1fd')
+b2sums_x86_64=('69522ed5c75597c5f2921bf3ee656deb2ed16949cb588632355622dbb0b97cbced5c8950334828ca962c680ea56393680503e647f018671565e66ec3f2a4acc3')
 options=('!strip')
 install=$pkgname.install

 package() {
   cd $srcdir
-  for deb in debs/*_${pkgver}~*.deb; do
+  # For some odd reason in v0.1.20260608, the deb files have a version of "0.1.20260609", so we have to make this explicit for this version.
+  # for deb in debs_${pkgver#0.1.}/*_${pkgver}~*.deb; do
+  for deb in debs_20260609/*_0.1.20260609~*.deb; do
     rm -f data.tar.zst
     bsdtar xf "$deb"
     (cd "$pkgdir"

This is my changes to update this package to the latest one. For some odd reason, the new version has a mismatched version name for the zip file itself and the deb files.

zrhoffman commented on 2026-05-20 20:28 (UTC)

@taotieren Hmm, I can see that there's a lot of DEBs now, but we'd never be in a situation where we want only one or some of them installed, so they can still be a part of the same AUR package, right? That's what I did for the 0.1.20260222-1 release, at least.

I re-added you as a maintainer in case you still want to maintain darling-bin, there's still only 1 source file to manage.

taotieren commented on 2026-05-18 08:13 (UTC)

@zrhoffman This package is currently quite complicated to manage. The upstream repository has split it into multiple packages for release, and the AUR needs to handle them separately, which is much more cumbersome than dealing with a single package. I don’t want to touch it for now, but if you’d like to take over maintenance, I can hand it over to you.

zrhoffman commented on 2026-05-17 09:49 (UTC)

v0.1.20260222 was released. Is this AUR package still being maintained?

tiziodcaio commented on 2024-06-24 10:19 (UTC)

It depends on libtiff5 for gui.

xiliuya commented on 2022-09-17 11:24 (UTC)

delete !emptydirs option it will :Cannot mount procfs: No such file or directory

wisdomhono commented on 2022-08-08 17:29 (UTC)

using the linux-zen kernal

modprobe: FATAL: Module darling-mach not found in directory /lib/modules/5.18.16-zen1-1-zen Failed to load the kernel module

xiliuya commented on 2022-05-31 08:01 (UTC)

Anaconda is not required

xiliuya commented on 2022-05-31 07:58 (UTC)

@Kido Create a new proc folder in the ~/darling folder, and then you can run the darling shell

peter.lyonskehl commented on 2021-12-31 01:27 (UTC) (edited on 2021-12-31 01:27 (UTC) by peter.lyonskehl)

Can't build (on current Manjaro):

==> Validating source files with b2sums...
    linux-5.14.9.tar.xz ... Passed
    linux-5.14.9.tar.sign ... Skipped
==> Verifying source file signatures with gpg...
    linux-5.14.9.tar ... FAILED (unknown public key 38DBBDC86092693E)
==> ERROR: One or more PGP signatures could not be verified!
Failed to build arm-linux-gnueabihf-linux-api-headers