summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXorg2016-02-26 12:30:34 +0100
committerXorg2016-02-26 12:30:34 +0100
commitcc2f0d6bb026751df3dc6a31629a144eb883450e (patch)
tree81ddcdce9a07d37b35aa4d1073f913634ff4f94c
parent0e8912c12633ee8406810858dbc1425996d0a589 (diff)
downloadaur-cc2f0d6bb026751df3dc6a31629a144eb883450e.tar.gz
Add more submodules (pkgrel 17)
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD15
2 files changed, 29 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f0593220523..d07a72576d0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Feb 19 09:35:38 UTC 2016
+# Fri Feb 26 11:29:50 UTC 2016
pkgbase = darling-git
pkgdesc = A Darwin/OS X emulation layer for Linux
- pkgver = 1134.9f8521e
- pkgrel = 16
+ pkgver = 1167.b3c7215
+ pkgrel = 17
url = http://www.darlinghq.org
install = darling-git.install
arch = i686
@@ -28,22 +28,25 @@ pkgbase = darling-git
depends = bzip2
depends = libxslt
source = git+https://github.com/darlinghq/darling.git
- source = git+https://github.com/darlinghq/darling-appkit.git
source = git+https://github.com/darlinghq/darling-adv_cmds.git
+ source = git+https://github.com/darlinghq/darling-appkit.git
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-bzip2.git
source = git+https://github.com/darlinghq/darling-cfnetwork.git
source = git+https://github.com/darlinghq/darling-compiler-rt.git
source = git+https://github.com/darlinghq/darling-corefoundation.git
+ source = git+https://github.com/darlinghq/darling-coretls.git
source = git+https://github.com/darlinghq/darling-curl.git
source = git+https://github.com/darlinghq/darling-dmg.git
+ source = git+https://github.com/darlinghq/darling-expat.git
source = git+https://github.com/darlinghq/darling-file_cmds.git
source = git+https://github.com/darlinghq/darling-foundation.git
source = git+https://github.com/darlinghq/darling-grep.git
source = git+https://github.com/darlinghq/darling-icu.git
source = git+https://github.com/darlinghq/darling-installer.git
source = git+https://github.com/darlinghq/darling-less.git
+ source = git+https://github.com/darlinghq/darling-libauto.git
source = git+https://github.com/darlinghq/darling-libcxx.git
source = git+https://github.com/darlinghq/darling-libcxxabi.git
source = git+https://github.com/darlinghq/darling-libdispatch.git
@@ -51,11 +54,15 @@ pkgbase = darling-git
source = git+https://github.com/darlinghq/darling-liblzma.git
source = git+https://github.com/darlinghq/darling-libobjc2.git
source = git+https://github.com/darlinghq/darling-libxml2.git
+ source = git+https://github.com/darlinghq/darling-libxpc.git
source = git+https://github.com/darlinghq/darling-libxslt.git
source = git+https://github.com/darlinghq/darling-nano.git
source = git+https://github.com/darlinghq/darling-openssl.git
source = git+https://github.com/darlinghq/darling-pcre.git
+ source = git+https://github.com/darlinghq/darling-python.git
+ source = git+https://github.com/darlinghq/darling-security.git
source = git+https://github.com/darlinghq/darling-shell_cmds.git
+ source = git+https://github.com/darlinghq/darling-sqlite.git
source = git+https://github.com/darlinghq/darling-text_cmds.git
source = git+https://github.com/darlinghq/darling-zip.git
source = git+https://github.com/darlinghq/darling-zlib.git
@@ -91,6 +98,13 @@ pkgbase = darling-git
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
+ md5sums = SKIP
+ md5sums = SKIP
+ md5sums = SKIP
+ md5sums = SKIP
+ md5sums = SKIP
+ md5sums = SKIP
+ md5sums = SKIP
depends_x86_64 = lib32-systemd
depends_x86_64 = lib32-libffi
depends_x86_64 = lib32-bzip2
diff --git a/PKGBUILD b/PKGBUILD
index e0a16963f385..f37a6f3d8dbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_kernel=$(pacman -Qqo /usr/lib/modules/`uname -r` | grep linux | grep -v headers)
_gitname=darling
pkgname=$_gitname-git
-pkgver=1134.9f8521e
-pkgrel=16
+pkgver=1167.b3c7215
+pkgrel=17
pkgdesc="A Darwin/OS X emulation layer for Linux"
arch=('i686' 'x86_64')
url="http://www.darlinghq.org"
@@ -14,22 +14,25 @@ depends_x86_64=('lib32-systemd' 'lib32-libffi' 'lib32-bzip2' 'lib32-libxslt')
makedepends=('git' 'clang' 'bison' 'flex' "$_kernel-headers")
install=$pkgname.install
source=('git+https://github.com/darlinghq/darling.git'
- 'git+https://github.com/darlinghq/darling-appkit.git'
'git+https://github.com/darlinghq/darling-adv_cmds.git'
+ 'git+https://github.com/darlinghq/darling-appkit.git'
'git+https://github.com/darlinghq/darling-awk.git'
'git+https://github.com/darlinghq/darling-bash.git'
'git+https://github.com/darlinghq/darling-bzip2.git'
'git+https://github.com/darlinghq/darling-cfnetwork.git'
'git+https://github.com/darlinghq/darling-compiler-rt.git'
'git+https://github.com/darlinghq/darling-corefoundation.git'
+ 'git+https://github.com/darlinghq/darling-coretls.git'
'git+https://github.com/darlinghq/darling-curl.git'
'git+https://github.com/darlinghq/darling-dmg.git'
+ 'git+https://github.com/darlinghq/darling-expat.git'
'git+https://github.com/darlinghq/darling-file_cmds.git'
'git+https://github.com/darlinghq/darling-foundation.git'
'git+https://github.com/darlinghq/darling-grep.git'
'git+https://github.com/darlinghq/darling-icu.git'
'git+https://github.com/darlinghq/darling-installer.git'
'git+https://github.com/darlinghq/darling-less.git'
+ 'git+https://github.com/darlinghq/darling-libauto.git'
'git+https://github.com/darlinghq/darling-libcxx.git'
'git+https://github.com/darlinghq/darling-libcxxabi.git'
'git+https://github.com/darlinghq/darling-libdispatch.git'
@@ -37,18 +40,22 @@ source=('git+https://github.com/darlinghq/darling.git'
'git+https://github.com/darlinghq/darling-liblzma.git'
'git+https://github.com/darlinghq/darling-libobjc2.git'
'git+https://github.com/darlinghq/darling-libxml2.git'
+ 'git+https://github.com/darlinghq/darling-libxpc.git'
'git+https://github.com/darlinghq/darling-libxslt.git'
'git+https://github.com/darlinghq/darling-nano.git'
'git+https://github.com/darlinghq/darling-openssl.git'
'git+https://github.com/darlinghq/darling-pcre.git'
+ 'git+https://github.com/darlinghq/darling-python.git'
+ 'git+https://github.com/darlinghq/darling-security.git'
'git+https://github.com/darlinghq/darling-shell_cmds.git'
+ 'git+https://github.com/darlinghq/darling-sqlite.git'
'git+https://github.com/darlinghq/darling-text_cmds.git'
'git+https://github.com/darlinghq/darling-zip.git'
'git+https://github.com/darlinghq/darling-zlib.git')
md5sums=('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')
pkgver() {
cd "$srcdir/$_gitname"