summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXorg2016-02-28 11:51:05 +0100
committerXorg2016-02-28 11:51:31 +0100
commitdbda957d16d6cd88914ab8886e02fea8d0d3df62 (patch)
tree6aed145fbca2226a05610396368d2d16ffa6ec5b /PKGBUILD
parent76ca128e39c93cbbc7ca2a2dd5df2eaf5f44cf17 (diff)
downloadaur-dbda957d16d6cd88914ab8886e02fea8d0d3df62.tar.gz
Add more submodules (pkgrel 18)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 7 insertions, 3 deletions
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"