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

Ronald van Haren ronald at archlinux.org
Wed Aug 6 08:05:53 UTC 2008


    Date: Wednesday, August 6, 2008 @ 04:05:53
  Author: ronald
Revision: 8083

fix license & add arch field

Modified:
  tuxmath/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-06 07:12:26 UTC (rev 8082)
+++ PKGBUILD	2008-08-06 08:05:53 UTC (rev 8083)
@@ -7,8 +7,11 @@
 pkgrel=2
 pkgdesc="'Tux of Math Command' is an educational math tutorial game for elementary school level children"
 depends=('sdl' 'sdl_mixer' 'sdl_image')
-source=(http://unc.dl.sourceforge.net/$pkgname/$pkgname-$pkgver-0102.tar.gz)
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-0102.tar.gz)
+license=('GPL2')
+arch=('i686' 'x86_64')
 url="http://www.geekcomix.com/dm/tuxmath/downloads/"
+
 build() {
 cd $startdir/src/$pkgname
 ./configure --prefix=/usr




More information about the arch-commits mailing list