[arch-commits] Commit in python-pygame/repos/community-staging-x86_64 (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 22:43:26 UTC 2021


    Date: Thursday, December 2, 2021 @ 22:43:26
  Author: foutrelis
Revision: 1062885

archrelease: copy trunk to community-staging-x86_64

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

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 22:43:23 UTC (rev 1062884)
+++ PKGBUILD	2021-12-02 22:43:26 UTC (rev 1062885)
@@ -1,27 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Alad Wenter <alad at archlinux.org>
-# Contributor: Matthew McGinn <mamcgi at gmail.com>
-# Contributor: Gryffyn
-# Contributor: Tetsumi
-
-pkgname=python-pygame
-pkgver=2.1.0
-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=('232e51104db0e573221660d172af8e6fc2c0fda183c5dbf2aa52170f29aa9ec9')
-
-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-staging-x86_64/PKGBUILD (from rev 1062884, python-pygame/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 22:43:26 UTC (rev 1062885)
@@ -0,0 +1,27 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Alad Wenter <alad at archlinux.org>
+# Contributor: Matthew McGinn <mamcgi at gmail.com>
+# Contributor: Gryffyn
+# Contributor: Tetsumi
+
+pkgname=python-pygame
+pkgver=2.1.0
+pkgrel=3
+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=('232e51104db0e573221660d172af8e6fc2c0fda183c5dbf2aa52170f29aa9ec9')
+
+build() {
+    cd pygame-"$pkgver"
+    python setup.py build
+}
+
+package() {
+    cd pygame-"$pkgver"
+    python setup.py install --root="$pkgdir" --prefix=/usr --skip-build
+}



More information about the arch-commits mailing list