[arch-commits] Commit in python-pygame/trunk (PKGBUILD)
Morten Linderud
foxboron at gemini.archlinux.org
Sat Dec 25 11:34:11 UTC 2021
Date: Saturday, December 25, 2021 @ 11:34:11
Author: foxboron
Revision: 1083570
upgpkg: python-pygame 2.1.1-1
Modified:
python-pygame/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-25 11:27:07 UTC (rev 1083569)
+++ PKGBUILD 2021-12-25 11:34:11 UTC (rev 1083570)
@@ -5,8 +5,8 @@
# Contributor: Tetsumi
pkgname=python-pygame
-pkgver=2.1.0
-pkgrel=3
+pkgver=2.1.1
+pkgrel=1
pkgdesc="Python game library"
arch=('x86_64')
url="http://www.pygame.org"
@@ -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=('232e51104db0e573221660d172af8e6fc2c0fda183c5dbf2aa52170f29aa9ec9')
+sha256sums=('b95951b65f3ba95c41a5c7ee2b89e2841bd648bb5ba9269d56a187bf1dd2a95b')
build() {
cd pygame-"$pkgver"
More information about the arch-commits
mailing list