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

Eric Belanger eric at archlinux.org
Wed Apr 2 14:03:23 UTC 2008


    Date: Wednesday, April 2, 2008 @ 10:03:23
  Author: eric
    Path: /home/cvs-extra/extra/lib/python-pygame

   Added: ChangeLog (1.1)
Modified: PKGBUILD (1.7 -> 1.8)

upgpkg: python-pygame 1.8.0-1
    upstream update, added ChangeLog


-----------+
 ChangeLog |    5 +++++
 PKGBUILD  |   14 +++++++-------
 2 files changed, 12 insertions(+), 7 deletions(-)


Index: extra/lib/python-pygame/ChangeLog
diff -u /dev/null extra/lib/python-pygame/ChangeLog:1.1
--- /dev/null	Wed Apr  2 10:03:23 2008
+++ extra/lib/python-pygame/ChangeLog	Wed Apr  2 10:03:23 2008
@@ -0,0 +1,5 @@
+2008-03-31  Eric Belanger  <eric at archlinux.org>
+
+	* python-pygame 1.8.0-1
+	* Upstream update
+	* Added ChangeLog
Index: extra/lib/python-pygame/PKGBUILD
diff -u extra/lib/python-pygame/PKGBUILD:1.7 extra/lib/python-pygame/PKGBUILD:1.8
--- extra/lib/python-pygame/PKGBUILD:1.7	Mon Dec 17 23:58:12 2007
+++ extra/lib/python-pygame/PKGBUILD	Wed Apr  2 10:03:23 2008
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.7 2007/12/18 04:58:12 eric Exp $
+# $Id: PKGBUILD,v 1.8 2008/04/02 14:03:23 eric Exp $
 # Maintainer: Eric Belanger <eric at archlinux.org>
 # Contributor: john(?)
 
 pkgname=python-pygame
-pkgver=1.7.1
-pkgrel=3
+pkgver=1.8.0
+pkgrel=1
 pkgdesc="Python game library"
 arch=('i686' 'x86_64')
 url="http://www.pygame.org/"
@@ -13,10 +13,10 @@
 replaces=('pygame')
 provides=('pygame')
 source=(http://pygame.org/ftp/pygame-${pkgver}release.tar.gz)
-md5sums=('05d86d1af446f79411359400951053b7')
-sha1sums=('cf6940e3ec4f48930ef8e4600c6decfa13ebbbea')
+md5sums=('8d9cca47d356db2ada07865aa066dceb')
+sha1sums=('00ef4695efc7a666017862ae4cffc316902dd99b')
 
 build() {
-  cd $startdir/src/pygame-${pkgver}release
-  python setup.py install --root=$startdir/pkg --prefix=/usr
+  cd ${startdir}/src/pygame-${pkgver}release
+  python setup.py install --root=${startdir}/pkg --prefix=/usr
 }




More information about the arch-commits mailing list