diff options
author | root <root@rshg047.dnsready.net> | 2011-05-28 22:47:00 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-28 22:47:00 +0000 |
commit | a0a7a3e16a1399233b436e64dba17a6cca315393 (patch) | |
tree | 1c5528cb95a0d908a4699db32bb7b999ee53ecad /community/megaglest | |
parent | 4d22176132f4a830ab0cc510dabbc9f8c1c362ea (diff) |
Sat May 28 22:47:00 UTC 2011
Diffstat (limited to 'community/megaglest')
-rw-r--r-- | community/megaglest/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/megaglest/PKGBUILD b/community/megaglest/PKGBUILD index d45274aa7..828d91eac 100644 --- a/community/megaglest/PKGBUILD +++ b/community/megaglest/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 46547 2011-05-09 02:22:08Z svenstaro $ +# $Id: PKGBUILD 48032 2011-05-27 16:13:36Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Larry Hajali <larryhaja [at] gmail [dot] com> pkgname=megaglest -pkgver=3.5.1 +pkgver=3.5.2 pkgrel=1 pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world." arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ license=('GPL3') depends=('curl' 'megaglest-data' 'xerces-c' 'sdl' 'libvorbis' 'openal' 'mesa' 'lua' 'icu') makedepends=('ftjam' 'p7zip' 'wxgtk' 'cmake') source=("http://downloads.sourceforge.net/project/${pkgname}/current_release/${pkgname}-source-${pkgver}.tar.xz") -md5sums=('924a02881b2e7e2fc68910d41ce51d8a') +md5sums=('90e0bdcbdfa95cb0322c04082418a56c') build() { cd ${srcdir}/${pkgname}-${pkgver}/ |