[arch-commits] Commit in python-pygame/repos/community-staging-x86_64 (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 12:12:44 UTC 2020
Date: Thursday, November 12, 2020 @ 12:12:43
Author: foutrelis
Revision: 751719
archrelease: copy trunk to community-staging-x86_64
Added:
python-pygame/repos/community-staging-x86_64/PKGBUILD
(from rev 751718, python-pygame/trunk/PKGBUILD)
Deleted:
python-pygame/repos/community-staging-x86_64/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 12:12:40 UTC (rev 751718)
+++ PKGBUILD 2020-11-12 12:12:43 UTC (rev 751719)
@@ -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.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=('63b038da116a643046181b02173fd894d87d2f85ecfd6aa7d5ece73c6ef501e9')
-
-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 751718, python-pygame/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 12:12:43 UTC (rev 751719)
@@ -0,0 +1,25 @@
+# Maintainer: Alad Wenter <alad at archlinux.org>
+# Contributor: Matthew McGinn <mamcgi at gmail.com>
+# Contributor: Gryffyn
+# Contributor: Tetsumi
+pkgname=python-pygame
+pkgver=2.0.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=('63b038da116a643046181b02173fd894d87d2f85ecfd6aa7d5ece73c6ef501e9')
+
+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