[arch-commits] Commit in python-pygame/trunk (PKGBUILD)
Morten Linderud
foxboron at gemini.archlinux.org
Sun Nov 7 12:04:24 UTC 2021
Date: Sunday, November 7, 2021 @ 12:04:24
Author: foxboron
Revision: 1038524
upgpkg: python-pygame 2.1.0-1
Modified:
python-pygame/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-07 12:01:30 UTC (rev 1038523)
+++ PKGBUILD 2021-11-07 12:04:24 UTC (rev 1038524)
@@ -5,7 +5,7 @@
# Contributor: Tetsumi
pkgname=python-pygame
-pkgver=2.0.3
+pkgver=2.1.0
pkgrel=1
pkgdesc="Python game library"
arch=('x86_64')
@@ -14,7 +14,7 @@
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=('d097f2802a9d0d7fb40c49c789af2984b202baa8fd32701082598755f5973f51')
+sha256sums=('232e51104db0e573221660d172af8e6fc2c0fda183c5dbf2aa52170f29aa9ec9')
build() {
cd pygame-"$pkgver"
More information about the arch-commits
mailing list