[arch-commits] Commit in python-pygame/repos/community-x86_64 (PKGBUILD PKGBUILD)

Morten Linderud foxboron at archlinux.org
Sun May 9 12:05:00 UTC 2021


    Date: Sunday, May 9, 2021 @ 12:04:59
  Author: foxboron
Revision: 929099

archrelease: copy trunk to community-x86_64

Added:
  python-pygame/repos/community-x86_64/PKGBUILD
    (from rev 929098, python-pygame/trunk/PKGBUILD)
Deleted:
  python-pygame/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   51 ++++++++++++++++++++++++++-------------------------
 1 file changed, 26 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-09 12:04:54 UTC (rev 929098)
+++ PKGBUILD	2021-05-09 12:04:59 UTC (rev 929099)
@@ -1,25 +0,0 @@
-# Maintainer: Alad Wenter <alad at archlinux.org>
-# Contributor: Matthew McGinn <mamcgi at gmail.com>
-# Contributor: Gryffyn
-# Contributor: Tetsumi
-pkgname=python-pygame
-pkgver=2.0.1
-pkgrel=1
-pkgdesc="Python game library"
-arch=('x86_64')
-url="http://www.pygame.org"
-license=('LGPL')
-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=('8b1e7b63f47aafcdd8849933b206778747ef1802bd3d526aca45ed77141e4001')
-
-build() {
-    cd pygame-"$pkgver"
-    python setup.py build
-}
-
-package() {
-    cd pygame-"$pkgver"
-    python setup.py install --root="$pkgdir" --prefix=/usr --skip-build
-}

Copied: python-pygame/repos/community-x86_64/PKGBUILD (from rev 929098, python-pygame/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-09 12:04:59 UTC (rev 929099)
@@ -0,0 +1,26 @@
+# Maintainer: Alad Wenter <alad at archlinux.org>
+# Contributor: Matthew McGinn <mamcgi at gmail.com>
+# Contributor: Gryffyn
+# Contributor: Tetsumi
+pkgname=python-pygame
+pkgver=2.0.1
+pkgrel=2
+pkgdesc="Python game library"
+arch=('x86_64')
+url="http://www.pygame.org"
+license=('LGPL')
+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=('8b1e7b63f47aafcdd8849933b206778747ef1802bd3d526aca45ed77141e4001')
+
+build() {
+    cd pygame-"$pkgver"
+    python setup.py build
+}
+
+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