[arch-commits] CVS update of extra/lib/python-pygame (PKGBUILD)

Eric Belanger eric at archlinux.org
Tue Dec 18 04:58:13 UTC 2007


    Date: Monday, December 17, 2007 @ 23:58:13
  Author: eric
    Path: /home/cvs-extra/extra/lib/python-pygame

Modified: PKGBUILD (1.6 -> 1.7)

upgpkg: python-pygame 1.7.1-3
added license


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


Index: extra/lib/python-pygame/PKGBUILD
diff -u extra/lib/python-pygame/PKGBUILD:1.6 extra/lib/python-pygame/PKGBUILD:1.7
--- extra/lib/python-pygame/PKGBUILD:1.6	Sun Feb 25 18:20:03 2007
+++ extra/lib/python-pygame/PKGBUILD	Mon Dec 17 23:58:12 2007
@@ -1,18 +1,20 @@
-# $Id: PKGBUILD,v 1.6 2007/02/25 23:20:03 jason Exp $
-# Maintainer: Jan de Groot <jgc at archlinux.org>
+# $Id: PKGBUILD,v 1.7 2007/12/18 04:58:12 eric Exp $
+# Maintainer: Eric Belanger <eric at archlinux.org>
 # Contributor: john(?)
 
 pkgname=python-pygame
 pkgver=1.7.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Python game library"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://www.pygame.org/"
+license=('LGPL')
 depends=('python>=2.5' 'python-numeric>=24.2-2' 'sdl_mixer' 'libvorbis' 'sdl_ttf' 'sdl_image' 'smpeg')
-source=(http://pygame.org/ftp/pygame-${pkgver}release.tar.gz)
 replaces=('pygame')
 provides=('pygame')
+source=(http://pygame.org/ftp/pygame-${pkgver}release.tar.gz)
 md5sums=('05d86d1af446f79411359400951053b7')
+sha1sums=('cf6940e3ec4f48930ef8e4600c6decfa13ebbbea')
 
 build() {
   cd $startdir/src/pygame-${pkgver}release




More information about the arch-commits mailing list