summaryrefslogtreecommitdiff
path: root/community/xmoto
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-10-31 13:45:10 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-10-31 13:45:10 -0300
commit97a832ff546d30bb6eec34f23fd94aecab9ac738 (patch)
tree90bbef126bf86efce995dfa00dadd9707baa8222 /community/xmoto
parent9879fa51372849ca7b637a1c22010584ca552274 (diff)
parentf935ebf41c626e4832f86c5f3f7ed1cc35128f6b (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/egoboo/PKGBUILD extra/gnutls/PKGBUILD extra/kdelibs/PKGBUILD extra/maxima/PKGBUILD extra/phonon/PKGBUILD extra/rest/PKGBUILD extra/ristretto/PKGBUILD extra/samba/PKGBUILD extra/sbcl/PKGBUILD extra/xfce4-clipman-plugin/PKGBUILD extra/xfce4-notifyd/PKGBUILD libre/linux-libre/PKGBUILD
Diffstat (limited to 'community/xmoto')
-rw-r--r--community/xmoto/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/xmoto/PKGBUILD b/community/xmoto/PKGBUILD
index 8eec6369d..3f13d611e 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' 'mips64el')
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}