Date: Sunday, January 15, 2023 @ 10:20:20
Author: alucryd
Revision: 1383608
archrelease: copy trunk to community-x86_64
Added:
python-pygame-sdl2/repos/community-x86_64/PKGBUILD
(from rev 1383607, python-pygame-sdl2/trunk/PKGBUILD)
Deleted:
python-pygame-sdl2/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 96 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 48 insertions(+), 48 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-15 10:20:10 UTC (rev 1383607)
+++ PKGBUILD 2023-01-15 10:20:20 UTC (rev 1383608)
@@ -1,48 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Cravix <[email protected]>
-
-pkgname=python-pygame-sdl2
-pkgver=2.1.0.r414.a3c9121
-pkgrel=1
-epoch=1
-pkgdesc='Reimplementation of portions of the pygame API using SDL2'
-arch=(x86_64)
-url=https://github.com/renpy/pygame_sdl2
-license=(
- LGPL2.1
- zlib
-)
-depends=(
- python
- sdl2_image
- sdl2_mixer
- sdl2_ttf
-)
-makedepends=(
- cython
- git
- python
- python-setuptools
-)
-_commit=a3c912122744f4b760c8ba216a43f1ef4c44b297
-source=(git+https://github.com/renpy/pygame_sdl2.git#commit=${_commit})
-b2sums=(SKIP)
-
-pkgver() {
- cd pygame_sdl2
- version="$(cat src/pygame_sdl2/version.py | grep '^vernum = ' | sed
's/^vernum = //; s/(//; s/)//; s/, /./g')"
- echo "${version}.r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
-}
-
-build() {
- cd pygame_sdl2
- python setup.py build
-}
-
-package() {
- cd pygame_sdl2
- python setup.py install --root="${pkgdir}" --prefix=/usr --optimize=1
--skip-build
- install -Dm 644 COPYING.ZLIB -t
"${pkgdir}"/usr/share/licenses/python-pygame-sdl2/
-}
-
-# vim: ts=2 sw=2 et:
Copied: python-pygame-sdl2/repos/community-x86_64/PKGBUILD (from rev 1383607,
python-pygame-sdl2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-15 10:20:20 UTC (rev 1383608)
@@ -0,0 +1,48 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Cravix <[email protected]>
+
+pkgname=python-pygame-sdl2
+pkgver=2.1.0.r419.de82dfb
+pkgrel=1
+epoch=1
+pkgdesc='Reimplementation of portions of the pygame API using SDL2'
+arch=(x86_64)
+url=https://github.com/renpy/pygame_sdl2
+license=(
+ LGPL2.1
+ zlib
+)
+depends=(
+ python
+ sdl2_image
+ sdl2_mixer
+ sdl2_ttf
+)
+makedepends=(
+ cython
+ git
+ python
+ python-setuptools
+)
+_commit=de82dfb560ce7537e9d63a911d3d2ea1092b8db7
+source=(git+https://github.com/renpy/pygame_sdl2.git#commit=${_commit})
+b2sums=(SKIP)
+
+pkgver() {
+ cd pygame_sdl2
+ version="$(cat src/pygame_sdl2/version.py | grep '^vernum = ' | sed
's/^vernum = //; s/(//; s/)//; s/, /./g')"
+ echo "${version}.r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
+}
+
+build() {
+ cd pygame_sdl2
+ python setup.py build
+}
+
+package() {
+ cd pygame_sdl2
+ python setup.py install --root="${pkgdir}" --prefix=/usr --optimize=1
--skip-build
+ install -Dm 644 COPYING.ZLIB -t
"${pkgdir}"/usr/share/licenses/python-pygame-sdl2/
+}
+
+# vim: ts=2 sw=2 et: