diff options
author | root <root@rshg054.dnsready.net> | 2012-09-09 00:11:39 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-09-09 00:11:39 +0000 |
commit | dda96ce532ef99400e2b7703a0f538771b36b624 (patch) | |
tree | bcffb5a34db2fb09c3ca6eb1dfe557292566ddb6 /community/0ad | |
parent | c85b504e8916411d424cd3fc654ff879237d529e (diff) |
Sun Sep 9 00:11:39 UTC 2012
Diffstat (limited to 'community/0ad')
-rw-r--r-- | community/0ad/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/0ad/PKGBUILD b/community/0ad/PKGBUILD index 6b2a83894..67dd75224 100644 --- a/community/0ad/PKGBUILD +++ b/community/0ad/PKGBUILD @@ -2,9 +2,9 @@ # Contributor: t3ddy <t3ddy1988 "at" gmail {dot} com> # Contributor: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com> pkgname=0ad -pkgver=a10 -_pkgver=r11863-alpha -pkgrel=3 +pkgver=a11 +_pkgver=0.0.11-alpha +pkgrel=1 pkgdesc="Cross-platform, 3D and historically-based real-time strategy game" arch=('i686' 'x86_64') url="http://wildfiregames.com/0ad" @@ -13,7 +13,7 @@ depends=('binutils' 'boost-libs' 'curl' 'enet>=1.3' 'gamin' 'libogg' 'libpng' 'l makedepends=('boost' 'cmake' 'mesa') source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz" "boost-1.50.patch") -md5sums=('f42a2e18515cbcd48b99f0ea3796b3a4' +md5sums=('0feedd076ea441ca821073b4b7014946' '570724341102e23730de2f70d3a1b97c') build() { @@ -21,7 +21,7 @@ build() { 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" - patch -d ../.. -Np1 < $srcdir/boost-1.50.patch + #patch -d ../.. -Np1 < $srcdir/boost-1.50.patch ./update-workspaces.sh \ --with-system-enet \ |