summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXorg2016-02-28 19:41:05 +0100
committerXorg2016-02-28 19:41:05 +0100
commit3c7f900172a719d6f078e9483a3feb65a68bcbf0 (patch)
tree1f6c8212065de24c35b40e4b11c115c3c1c85a62
parentee0d6cccf6d36731c48df2cafa53efb37f122429 (diff)
downloadaur-3c7f900172a719d6f078e9483a3feb65a68bcbf0.tar.gz
Add apr submodule (pkgrel 19)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f43607d70524..e5e25c650c01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Feb 28 10:51:31 UTC 2016
+# Sun Feb 28 18:38:00 UTC 2016
pkgbase = darling-git
pkgdesc = A Darwin/OS X emulation layer for Linux
pkgver = 1188.1ab9cc2
- pkgrel = 18
+ pkgrel = 19
url = http://www.darlinghq.org
install = darling-git.install
arch = x86_64
@@ -28,6 +28,7 @@ pkgbase = darling-git
depends = libxslt
source = git+https://github.com/darlinghq/darling.git
source = git+https://github.com/darlinghq/darling-adv_cmds.git
+ source = git+https://github.com/darlinghq/darling-apr.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
@@ -110,6 +111,7 @@ pkgbase = darling-git
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 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"