summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXorg2016-11-26 13:06:38 +0100
committerXorg2016-11-26 13:06:47 +0100
commit09750ea7f4937f4c2c165d0b126ec8aa1e7e0724 (patch)
tree018de34036ca234ab355a4d999f1fd5fd221cb8e
parent3718f2121a6681469915d1d56361a7ea301c26e6 (diff)
downloadaur-09750ea7f4937f4c2c165d0b126ec8aa1e7e0724.tar.gz
Depend of darling-mach-dkms-git instead of darling-mach-git
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3115c3603ca..3bbe032df9ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed May 4 17:14:34 UTC 2016
+# Sat Nov 26 12:06:38 UTC 2016
pkgbase = darling-git
pkgdesc = A Darwin/OS X emulation layer for Linux
- pkgver = r1231.3f53706
+ pkgver = r1352.f7afcfc
pkgrel = 1
url = http://www.darlinghq.org
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = darling-git
makedepends = clang
makedepends = bison
makedepends = flex
- depends = darling-mach-git
+ depends = darling-mach-dkms-git
depends = xz
depends = fuse
depends = libxml2
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')