[arch-commits] Commit in python-pygame/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sun May 9 12:04:53 UTC 2021
Date: Sunday, May 9, 2021 @ 12:04:52
Author: foxboron
Revision: 929097
upgpkg: python-pygame 2.0.1-2
Modified:
python-pygame/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-09 12:04:40 UTC (rev 929096)
+++ PKGBUILD 2021-05-09 12:04:52 UTC (rev 929097)
@@ -4,7 +4,7 @@
# Contributor: Tetsumi
pkgname=python-pygame
pkgver=2.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python game library"
arch=('x86_64')
url="http://www.pygame.org"
@@ -21,5 +21,6 @@
package() {
cd pygame-"$pkgver"
+ export PYTHONHASHSEED=0
python setup.py install --root="$pkgdir" --prefix=/usr --skip-build
}
More information about the arch-commits
mailing list