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

Antonio Rojas arojas at archlinux.org
Sat Apr 6 19:39:39 UTC 2019


    Date: Saturday, April 6, 2019 @ 19:39:39
  Author: arojas
Revision: 450023

Update to 1.9.5

Modified:
  python-pygame/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-06 19:02:35 UTC (rev 450022)
+++ PKGBUILD	2019-04-06 19:39:39 UTC (rev 450023)
@@ -3,8 +3,8 @@
 
 pkgbase=python-pygame
 pkgname=python2-pygame
-pkgver=1.9.4
-pkgrel=2
+pkgver=1.9.5
+pkgrel=1
 pkgdesc="Python game library"
 arch=('x86_64')
 url="http://www.pygame.org/"
@@ -12,7 +12,7 @@
 depends=('sdl_mixer' 'sdl_ttf' 'sdl_image' 'python2' 'portmidi')
 makedepends=('python2-setuptools')
 source=(https://pypi.io/packages/source/p/pygame/pygame-$pkgver.tar.gz)
-sha1sums=('9387835fab92a8b4a3c9e51e2c9267a670476aaa')
+sha1sums=('72bec05e052f1b271f4fab219d078d0f768a72ea')
 
 prepare() {
   cd pygame-${pkgver}
@@ -23,7 +23,6 @@
 
 build() {
   cd pygame-${pkgver}
-  python2 config.py -auto
   python2 setup.py build
 }
 
@@ -31,9 +30,8 @@
   cd pygame-${pkgver}
   python2 setup.py install --root="${pkgdir}" --prefix=/usr
 
-# Copying the examples and tests
-  cp -R examples lib/* "${pkgdir}/usr/lib/python2.7/site-packages/pygame"
-  cp -R test/* "${pkgdir}/usr/lib/python2.7/site-packages/pygame/tests"
+# Copying the examples
+  cp -R examples "${pkgdir}/usr/lib/python2.7/site-packages/pygame"
 
 # Fixing permissions
   chmod 644 "${pkgdir}"/usr/include/python2.7/pygame/*



More information about the arch-commits mailing list