Date: Thursday, September 5, 2013 @ 09:34:10 Author: svenstaro Revision: 96785
upgpkg: 0ad a14-1 Updating to a14 Modified: 0ad/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-09-04 22:27:13 UTC (rev 96784) +++ PKGBUILD 2013-09-05 07:34:10 UTC (rev 96785) @@ -3,9 +3,9 @@ # Contributor: t3ddy <t3ddy1988 "at" gmail {dot} com> # Contributor: Adrián Chaves Fernández (Gallaecio) <adriyeticha...@gmail.com> pkgname=0ad -pkgver=a13 -_pkgver=0.0.13-alpha -pkgrel=5 +pkgver=a14 +_pkgver=0.0.14-alpha +pkgrel=1 pkgdesc="Cross-platform, 3D and historically-based real-time strategy game" arch=('i686' 'x86_64') url="http://play0ad.com/" @@ -13,16 +13,13 @@ depends=('binutils' 'boost-libs' 'curl' 'enet>=1.3' 'libogg' 'libpng' 'libvorbis' 'libxml2' 'openal' 'sdl' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu') makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2') source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz") -md5sums=('3075c982c4af41a3586b6b6ef637d2c4') +md5sums=('5bbaffa02b6e9082cbd5142d43f9b700') build() { cd "$srcdir/$pkgname-$_pkgver/build/workspaces" - sed -i 's/unix_names = { "boost_filesystem-mt", "boost_system-mt" },/unix_names = { "boost_filesystem", "boost_system" },/g' "${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua" - sed -i 's/unix_names = { "boost_signals-mt" },/unix_names = { "boost_signals" },/g' "${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua" + unset CPPFLAGS # for le spidermonkey - unset CPPFLAGS - ./update-workspaces.sh \ --with-system-enet \ --bindir=/usr/bin \