summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Brink2018-11-03 15:09:06 -0700
committerJames Brink2018-11-03 15:09:06 -0700
commitc167cba4afcbceb485abb5ac40a10b8795f95265 (patch)
treea8912c270e5d67123e7edcf36b74a59a1873c46e
parent40b97054c2b3e642e7172fde1307431247dd3ea9 (diff)
downloadaur-c167cba4afcbceb485abb5ac40a10b8795f95265.tar.gz
Added new dependencies libpng, libtiff, glu, cairo, libbsd, python2, and linux-headers
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6dad2d69e86..a582b56f7754 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_gitname=darling
pkgbase=$_gitname-git
pkgname=('darling-git' 'darling-mach-dkms-git')
-pkgver=r2301.6c63fdc8
-pkgrel=2
+pkgver=r2420.9f31032f
+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"
@@ -13,8 +13,8 @@ license=('GPL3')
groups=('darling-git')
depends=('xz' 'fuse' 'libxml2' 'icu' 'openssl' 'bzip2' 'zlib' 'libsystemd'
'wget' 'curl' 'sqlite' 'ruby' 'sed' 'libarchive' 'file' 'python' 'gawk' 'libunwind') # namcap complains about them
-depends_x86_64=('lib32-clang' 'lib32-bzip2' 'lib32-systemd' 'lib32-libxslt')
-makedepends=('git' 'cmake' 'clang' 'bison' 'flex' 'binutils>=2.28')
+depends_x86_64=('lib32-clang' 'lib32-bzip2' 'lib32-systemd' 'lib32-libxslt' 'libpng' 'cairo' 'libtiff' 'glu' 'libbsd' 'python2')
+makedepends=('git' 'cmake' 'clang' 'bison' 'flex' 'binutils>=2.28' 'libpng' 'cairo' 'libtiff' 'glu' 'libbsd' 'python2' 'linux-headers')
makedepends_x86_64=('gcc-multilib')
source=('git+https://github.com/darlinghq/darling.git'
'dkms.conf')