summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXorg2016-02-28 11:51:05 +0100
committerXorg2016-02-28 11:51:31 +0100
commitdbda957d16d6cd88914ab8886e02fea8d0d3df62 (patch)
tree6aed145fbca2226a05610396368d2d16ffa6ec5b
parent76ca128e39c93cbbc7ca2a2dd5df2eaf5f44cf17 (diff)
downloadaur-dbda957d16d6cd88914ab8886e02fea8d0d3df62.tar.gz
Add more submodules (pkgrel 18)
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD10
2 files changed, 17 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9300f67d10de..14523d16cec6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Feb 27 20:47:43 UTC 2016
+# Sun Feb 28 10:51:05 UTC 2016
pkgbase = darling-git
pkgdesc = A Darwin/OS X emulation layer for Linux
- pkgver = 1183.abf5770
- pkgrel = 17
+ pkgver = 1188.1ab9cc2
+ pkgrel = 18
url = http://www.darlinghq.org
install = darling-git.install
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = darling-git
makedepends = clang
makedepends = bison
makedepends = flex
- makedepends = linux-headers
+ makedepends = linux-ck-sandybridge-headers
depends = xz
depends = fuse
depends = libxml2
@@ -41,6 +41,9 @@ pkgbase = darling-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-gnudiff.git
+ source = git+https://github.com/darlinghq/darling-gnutar.git
+ source = git+https://github.com/darlinghq/darling-gpatch.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
@@ -104,6 +107,9 @@ pkgbase = darling-git
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 565927365428..cad3b3171552 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=1183.abf5770
-pkgrel=17
+pkgver=1188.1ab9cc2
+pkgrel=18
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"
@@ -28,6 +28,9 @@ source=('git+https://github.com/darlinghq/darling.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-gnudiff.git'
+ 'git+https://github.com/darlinghq/darling-gnutar.git'
+ 'git+https://github.com/darlinghq/darling-gpatch.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'
@@ -55,7 +58,8 @@ source=('git+https://github.com/darlinghq/darling.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' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP'
+ 'SKIP' 'SKIP')
pkgver() {
cd "$srcdir/$_gitname"