[arch-commits] Commit in python-pygame/repos (3 files)
Douglas Soares de Andrade
douglas at archlinux.org
Fri Aug 1 02:09:27 UTC 2008
Date: Thursday, July 31, 2008 @ 22:09:27
Author: douglas
Revision: 7412
Updated for i686: 1.8.1
Modified:
python-pygame/repos/extra-i686/ (properties)
python-pygame/repos/extra-i686/ChangeLog
python-pygame/repos/extra-i686/PKGBUILD
-----------+
ChangeLog | 5 +++++
PKGBUILD | 11 ++++++-----
2 files changed, 11 insertions(+), 5 deletions(-)
Property changes on: python-pygame/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
- /python-pygame/trunk:1
+ /python-pygame/trunk:1-7411
Modified: extra-i686/ChangeLog
===================================================================
--- extra-i686/ChangeLog 2008-08-01 02:07:42 UTC (rev 7411)
+++ extra-i686/ChangeLog 2008-08-01 02:09:27 UTC (rev 7412)
@@ -1,3 +1,8 @@
+
+2008-07-31 Douglas Soares de Andrade <douglas at archlinux.org>
+
+ * Updated for i686: 1.8.1
+
2008-03-31 Eric Belanger <eric at archlinux.org>
* python-pygame 1.8.0-1
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2008-08-01 02:07:42 UTC (rev 7411)
+++ extra-i686/PKGBUILD 2008-08-01 02:09:27 UTC (rev 7412)
@@ -1,21 +1,22 @@
# $Id$
-# Maintainer: Eric Belanger <eric at archlinux.org>
+# Maintainer: Douglas Soares de Andrade <douglas at archlinux.org>
+# Contributor: Eric Belanger <eric at archlinux.org>
# Contributor: john(?)
pkgname=python-pygame
-pkgver=1.8.0
+pkgver=1.8.1
pkgrel=1
pkgdesc="Python game library"
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')
+depends=('python' 'sdl_mixer' 'libvorbis' 'sdl_ttf' 'sdl_image' 'smpeg')
replaces=('pygame')
provides=('pygame')
source=(http://pygame.org/ftp/pygame-${pkgver}release.tar.gz)
-md5sums=('8d9cca47d356db2ada07865aa066dceb')
-sha1sums=('00ef4695efc7a666017862ae4cffc316902dd99b')
+md5sums=('3e72f11d99c1a46ed69eb943c9de20a5')
+
build() {
cd ${startdir}/src/pygame-${pkgver}release
python setup.py install --root=${startdir}/pkg --prefix=/usr
More information about the arch-commits
mailing list