Added 'icu' as dependency.

This commit is contained in:
Adrian Chaves Fernandez (Gallaecio) 2011-03-13 22:47:28 +00:00
parent 8585919a33
commit 2cf991d626

View File

@ -9,12 +9,12 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=spring
_pkgname=springrts
pkgver=0.82.7.1
pkgrel=2
pkgrel=3
pkgdesc='A 3D real-time-strategy game engine.'
arch=('i686' 'x86_64')
url="http://springrts.com/"
license=('GPL2')
depends=('boost' 'devil' 'freetype2' 'glew' 'libvorbis' 'openal')
depends=('boost' 'devil' 'freetype2' 'glew' 'icu' 'libvorbis' 'openal')
makedepends=('cmake' 'java-environment' 'lzma-utils' 'p7zip' 'python' 'zip')
optdepends=('java-runtime: java-based bots.')
source=("http://downloads.sourceforge.net/sourceforge/$_pkgname/${pkgname}_${pkgver}_src.tar.lzma")