diff options
author | root <root@rshg054.dnsready.net> | 2011-10-28 23:14:50 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-28 23:14:50 +0000 |
commit | 807f42c30ddb00c4e2d4034ce1720d7cb494e074 (patch) | |
tree | 80b0599366bffbfa57def09ed036e6ad635f1796 /community/xmoto/PKGBUILD | |
parent | 0424b5fc47f106db6498c4cda3476e1d49fe0f82 (diff) |
Fri Oct 28 23:14:50 UTC 2011
Diffstat (limited to 'community/xmoto/PKGBUILD')
-rw-r--r-- | community/xmoto/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/xmoto/PKGBUILD b/community/xmoto/PKGBUILD index 7c1e5da6d..64a776beb 100644 --- a/community/xmoto/PKGBUILD +++ b/community/xmoto/PKGBUILD @@ -4,17 +4,17 @@ # Contributor: Denis (dtonator@gmail.com) pkgname=xmoto -pkgver=0.5.7 +pkgver=0.5.8 pkgrel=1 pkgdesc="A challenging 2D motocross platform game, where physics play an important role." arch=('i686' 'x86_64') url="http://xmoto.tuxfamily.org" license=('GPL') depends=('bzip2' 'libjpeg' 'libpng' 'lua' 'sdl_mixer' 'ode=0.11.1' 'curl' - 'mesa' 'sqlite3' 'sdl_ttf' 'desktop-file-utils' 'sdl_net' 'libxdg-basedir') + 'mesa' 'sqlite3' 'sdl_ttf' 'desktop-file-utils' 'sdl_net' 'libxdg-basedir' 'libxml++') install=xmoto.install source=("http://download.tuxfamily.org/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}-src.tar.gz") -sha1sums=('e781b42480a96187b5aca4126d17ecf0610ca5ac') +sha1sums=('a5197e10f0c37cfefbab55723c8d0760234fb4ce') build() { cd ${srcdir}/${pkgname}-${pkgver} |