summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXorg2016-02-28 19:41:05 +0100
committerXorg2016-02-28 19:41:05 +0100
commit3c7f900172a719d6f078e9483a3feb65a68bcbf0 (patch)
tree1f6c8212065de24c35b40e4b11c115c3c1c85a62 /PKGBUILD
parentee0d6cccf6d36731c48df2cafa53efb37f122429 (diff)
downloadaur-3c7f900172a719d6f078e9483a3feb65a68bcbf0.tar.gz
Add apr submodule (pkgrel 19)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cad3b3171552..f81931ff8f2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _kernel=$(pacman -Qqo /usr/lib/modules/`uname -r` | grep linux | grep -v headers
_gitname=darling
pkgname=$_gitname-git
pkgver=1188.1ab9cc2
-pkgrel=18
+pkgrel=19
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"
@@ -15,6 +15,7 @@ makedepends=('git' 'clang' 'bison' 'flex' "$_kernel-headers")
install=$pkgname.install
source=('git+https://github.com/darlinghq/darling.git'
'git+https://github.com/darlinghq/darling-adv_cmds.git'
+ 'git+https://github.com/darlinghq/darling-apr.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'
@@ -59,7 +60,7 @@ 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')
pkgver() {
cd "$srcdir/$_gitname"