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

Antonio Rojas arojas at archlinux.org
Sun Oct 7 21:32:45 UTC 2018


    Date: Sunday, October 7, 2018 @ 21:32:44
  Author: arojas
Revision: 391049

Update to 1.9.4

Modified:
  python-pygame/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-07 21:29:45 UTC (rev 391048)
+++ PKGBUILD	2018-10-07 21:32:44 UTC (rev 391049)
@@ -1,8 +1,9 @@
-# Maintainer: Eric Bélanger <eric at archlinux.org>
+# Maintainer:
+# Contributor: Eric Bélanger <eric at archlinux.org>
 
 pkgbase=python-pygame
 pkgname=python2-pygame
-pkgver=1.9.3
+pkgver=1.9.4
 pkgrel=1
 pkgdesc="Python game library"
 arch=('x86_64')
@@ -11,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=('b3ef126f0baea3bd0986fddebba82b6b13f6f282')
+sha1sums=('9387835fab92a8b4a3c9e51e2c9267a670476aaa')
 
 prepare() {
   cd pygame-${pkgver}



More information about the arch-commits mailing list