diff options
author | root <root@rshg047.dnsready.net> | 2011-05-29 22:47:27 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-29 22:47:27 +0000 |
commit | c399070d50c89903ec1dea55aa4aa5147a367565 (patch) | |
tree | 13b71e682dd1e75ccb4c76cfb39934288a7c184e /community/warzone2100 | |
parent | a0a7a3e16a1399233b436e64dba17a6cca315393 (diff) |
Sun May 29 22:47:27 UTC 2011
Diffstat (limited to 'community/warzone2100')
-rw-r--r-- | community/warzone2100/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/warzone2100/PKGBUILD b/community/warzone2100/PKGBUILD index 32746ffbf..f16a5a1c4 100644 --- a/community/warzone2100/PKGBUILD +++ b/community/warzone2100/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 39013 2011-02-05 01:04:18Z lcarlier $ +# $Id: PKGBUILD 48138 2011-05-28 22:59:33Z lcarlier $ # Maintainer: Vesa Kaihlavirta <vegai@iki.fi> # Contributor: Angelo Theodorou <encelo@users.sourceforge.net> pkgname=warzone2100 -pkgver=2.3.7 +pkgver=2.3.8 pkgrel=1 pkgdesc="3D realtime strategy game on a future Earth" url="http://wz2100.net/" @@ -12,7 +12,7 @@ license=('GPL') depends=('sdl_net' 'libgl' 'openal' 'libjpeg' 'libpng' 'libvorbis' 'libtheora' 'libmad' 'physfs' 'mesa' 'quesoglc' 'popt' 'ttf-dejavu') makedepends=('gawk' 'bison' 'flex' 'zip' 'unzip') source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.gz") -md5sums=('67c2bb506fc59336eb830ff50303745d') +md5sums=('612306c1b6a9d38b632ea3168b824f5e') build() { cd ${pkgname}-${pkgver} |