summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfusion8092017-12-01 23:36:13 +1000
committerfusion8092017-12-01 23:36:13 +1000
commite452aab770b66c471f15d921da2025532b3aadf3 (patch)
tree95dcdbd6ac7ebf6d8f3771469d14857939e0780a
parentc0a0e322fe248573e0db4d46a36a4d9482235611 (diff)
downloadaur-e452aab770b66c471f15d921da2025532b3aadf3.tar.gz
Rm 0ad-data dep, not sure how it got in there
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5173f3e9c05..64ad6e0bfd3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Tue Oct 10 17:52:54 UTC 2017
+# Fri Dec 1 13:36:13 UTC 2017
pkgbase = 0ad-git
- pkgver = 19901
+ pkgver = 20113
pkgrel = 1
url = http://play0ad.com/
arch = i686
@@ -28,7 +28,6 @@ pkgbase = 0ad-git
depends = wxgtk
depends = zlib
depends = libgl
- depends = 0ad-data
depends = glu
depends = gloox
depends = miniupnpc
diff --git a/PKGBUILD b/PKGBUILD
index 9815dc5699df..7341ee259f99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
# Contributor: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com>
pkgname=('0ad-git' '0ad-data-git')
_pkgname=0ad
-pkgver=19901
+pkgver=20113
pkgrel=1
arch=('i686' 'x86_64')
url="http://play0ad.com/"
license=('GPL2' 'CCPL')
depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'
- 'libxml2' 'openal' 'sdl2' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu'
+ 'libxml2' 'openal' 'sdl2' 'wxgtk' 'zlib' 'libgl' 'glu'
'gloox' 'miniupnpc' 'icu' 'nspr')
makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm' 'git')
source=("git+https://github.com/0ad/0ad.git")
@@ -39,10 +39,10 @@ build() {
--datadir=/usr/share/${pkgname}/data
cd "$srcdir/${_pkgname}/libraries/source/fcollada/src"
- make
+ make -j9
cd "$srcdir/${_pkgname}/build/workspaces/gcc"
- make
+ make -j9
}
package_0ad-git() {