diff --git a/spring/PKGBUILD b/spring/PKGBUILD index 86209250a..8104745f9 100644 --- a/spring/PKGBUILD +++ b/spring/PKGBUILD @@ -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")