summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXorg2016-11-26 13:06:38 +0100
committerXorg2016-11-26 13:06:47 +0100
commit09750ea7f4937f4c2c165d0b126ec8aa1e7e0724 (patch)
tree018de34036ca234ab355a4d999f1fd5fd221cb8e /PKGBUILD
parent3718f2121a6681469915d1d56361a7ea301c26e6 (diff)
downloadaur-09750ea7f4937f4c2c165d0b126ec8aa1e7e0724.tar.gz
Depend of darling-mach-dkms-git instead of darling-mach-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 498a1f3d80ae..947092900ddb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_gitname=darling
pkgname=$_gitname-git
-pkgver=r1231.3f53706
+pkgver=r1352.f7afcfc
pkgrel=1
pkgdesc="A Darwin/OS X emulation layer for Linux"
arch=('x86_64') # Can only be built on x86_64 systems
url="http://www.darlinghq.org"
license=('GPL3')
groups=('darling-git')
-depends=('darling-mach-git' 'xz' 'fuse' 'libxml2' 'icu' 'openssl' 'lbzip2' 'zlib' 'libunwind' 'curl' 'systemd' 'libffi' 'bzip2' 'libxslt' 'wget')
+depends=('darling-mach-dkms-git' 'xz' 'fuse' 'libxml2' 'icu' 'openssl' 'lbzip2' 'zlib' 'libunwind' 'curl' 'systemd' 'libffi' 'bzip2' 'libxslt' 'wget')
depends_x86_64=('lib32-systemd' 'lib32-libffi' 'lib32-bzip2' 'lib32-libxslt')
makedepends=('git' 'cmake' 'clang' 'bison' 'flex')
makedepends_x86_64=('gcc-multilib')