[arch-commits] Commit in python-pygame/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sun Nov 1 18:57:10 UTC 2020
Date: Sunday, November 1, 2020 @ 18:57:10
Author: foxboron
Revision: 738931
upgpkg: python-pygame 2.0.0-1
Modified:
python-pygame/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-01 18:47:44 UTC (rev 738930)
+++ PKGBUILD 2020-11-01 18:57:10 UTC (rev 738931)
@@ -3,16 +3,16 @@
# Contributor: Gryffyn
# Contributor: Tetsumi
pkgname=python-pygame
-pkgver=1.9.6
-pkgrel=3
+pkgver=2.0.0
+pkgrel=1
pkgdesc="Python game library"
arch=('x86_64')
url="http://www.pygame.org"
license=('LGPL')
-makedepends=('python-setuptools')
-depends=('python' 'sdl_mixer' 'sdl_ttf' 'sdl_image' 'portmidi')
+makedepends=('python-setuptools' 'sdl2')
+depends=('python' 'sdl2_mixer' 'sdl2_ttf' 'sdl2_image' 'portmidi')
source=("https://pypi.io/packages/source/p/pygame/pygame-$pkgver.tar.gz")
-sha256sums=('301c6428c0880ecd4a9e3951b80e539c33863b6ff356a443db1758de4f297957')
+sha256sums=('63b038da116a643046181b02173fd894d87d2f85ecfd6aa7d5ece73c6ef501e9')
build() {
cd pygame-"$pkgver"
More information about the arch-commits
mailing list