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

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


    Date: Wednesday, August 6, 2008 @ 04:08:19
  Author: ronald
Revision: 8084

fix license & add arch field

Modified:
  pinball/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-06 08:05:53 UTC (rev 8083)
+++ PKGBUILD	2008-08-06 08:08:19 UTC (rev 8084)
@@ -8,7 +8,9 @@
 pkgdesc="The Emilia Pinball Project strives to fulfil your needs for a great pinball game in Linux"
 depends=('sdl' 'sdl_mixer' 'sdl_image')
 url="http://pinball.sourceforge.net/"
-source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+license=('GPL2')
+arch=('i686' 'x86_64')
 md5sums=('f28e8f49e0db8e9491e4d9f0c13c36c6')
 
 build() {




More information about the arch-commits mailing list