[arch-commits] CVS update of extra/games/xmoto (PKGBUILD)

Travis Willard travis at archlinux.org
Sun Jun 10 16:04:53 UTC 2007


    Date: Sunday, June 10, 2007 @ 12:04:53
  Author: travis
    Path: /home/cvs-extra/extra/games/xmoto

Modified: PKGBUILD (1.3 -> 1.4)

upgpkg: xmoto 0.2.7-2
Rebuild against new curl


----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


Index: extra/games/xmoto/PKGBUILD
diff -u extra/games/xmoto/PKGBUILD:1.3 extra/games/xmoto/PKGBUILD:1.4
--- extra/games/xmoto/PKGBUILD:1.3	Sun Apr 29 11:18:42 2007
+++ extra/games/xmoto/PKGBUILD	Sun Jun 10 12:04:53 2007
@@ -1,16 +1,19 @@
-# $Id: PKGBUILD,v 1.3 2007/04/29 15:18:42 travis Exp $
+# $Id: PKGBUILD,v 1.4 2007/06/10 16:04:53 travis Exp $
 # Maintainer: Travis Willard <travisw at wmpub.ca> 
 # Contributor: Denis (dtonator at gmail.com)
 
 pkgname=xmoto
 pkgver=0.2.7
-pkgrel=1
+pkgrel=2
 pkgdesc="A challenging 2D motocross platform game, where physics play an all important role in the gameplay."
 arch=('i686')
 url="http://xmoto.tuxfamily.org"
 license=('GPL')
-depends=('bzip2' 'libjpeg' 'libpng' 'lua' 'sdl_mixer' 'ode' 'curl' 'libgl')
+depends=('bzip2' 'libjpeg' 'libpng' 'lua' 'sdl_mixer' 'ode' 'curl>=7.16.2' 
+         'mesa' 'libxdamage' 'libxfixes')
 source=(http://download.tuxfamily.org/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver-src.tar.gz)
+md5sums=('4b079ea010561584a61b3d6384b942fc')
+sha1sums=('35a0cbc0f0ca8368417d0eef0ac3d29ff6adbd4c')
 
 build() {
   cd $startdir/src/xmoto-$pkgver
@@ -19,6 +22,3 @@
   make DESTDIR=$startdir/pkg install
 }
 
-md5sums=('4b079ea010561584a61b3d6384b942fc')
-sha1sums=('35a0cbc0f0ca8368417d0eef0ac3d29ff6adbd4c')
-




More information about the arch-commits mailing list