[arch-commits] Commit in xrally/trunk (PKGBUILD)

Ronald van Haren ronald at archlinux.org
Mon Aug 4 09:49:10 UTC 2008


    Date: Monday, August 4, 2008 @ 05:49:10
  Author: ronald
Revision: 7789

fix license field & arch field

Modified:
  xrally/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-04 09:46:47 UTC (rev 7788)
+++ PKGBUILD	2008-08-04 09:49:10 UTC (rev 7789)
@@ -6,9 +6,13 @@
 pkgver=1.1.1
 pkgrel=1
 pkgdesc="XRally is a clone of the Rally X arcade game"
+url="http://www.linuxgames.com/xrally/"
 depends=('cvs')
-source=(http://unc.dl.sourceforge.net/$pkgname/$pkgname-1.1.tar.bz2)
-url="http://www.linuxgames.com/xrally/"
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-1.1.tar.bz2)
+license=('GPL2')
+arch=('i686' 'x86_64')
+md5sums=('ecb8027508a65a960c0b804ba1f8363c')
+
 build() {
 cd $startdir/src/$pkgname
 patch < $startdir/xrally-1.1.1.patch
@@ -16,3 +20,4 @@
 make || return 1
 make prefix=$startdir/pkg/usr install
 }
+




More information about the arch-commits mailing list