[arch-commits] Commit in python2-pygame-sdl2/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sat Mar 9 20:08:05 UTC 2019


    Date: Saturday, March 9, 2019 @ 20:08:05
  Author: alucryd
Revision: 438642

upgpkg: python2-pygame-sdl2 1:2.1.0.r351.8bfc1ba-1

Modified:
  python2-pygame-sdl2/trunk/PKGBUILD

----------+
 PKGBUILD |   36 +++++++++++++++++++++++++-----------
 1 file changed, 25 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-09 19:21:19 UTC (rev 438641)
+++ PKGBUILD	2019-03-09 20:08:05 UTC (rev 438642)
@@ -2,20 +2,34 @@
 # Contributor: Cravix <dr.neemous at gmail.com>
 
 pkgname=python2-pygame-sdl2
-pkgver=2.1.0.r349.d2ed33b
+pkgver=2.1.0.r351.8bfc1ba
 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=('python2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf')
-makedepends=('cython2' 'git')
-_commit='d2ed33b5f0f790ca1ea330c2f4d3b1aeb6d6375c'
-source=("git+https://github.com/renpy/pygame_sdl2.git#commit=${_commit}"
-        'cython.patch')
-sha256sums=('SKIP'
-            'fe2ec4d84444ee72c3607ac9e02bf309f069c2b289b5f3d43483db145d741b01')
+arch=(x86_64)
+url=https://github.com/renpy/pygame_sdl2
+license=(
+  LGPL2.1
+  zlib
+)
+depends=(
+  python2
+  sdl2_image
+  sdl2_mixer
+  sdl2_ttf
+)
+makedepends=(
+  cython2
+  git
+)
+source=(
+  git+https://github.com/renpy/pygame_sdl2.git#commit=8bfc1ba9b98011004667ab6771c0923e493fb52b
+  cython.patch
+)
+sha256sums=(
+  SKIP
+  fe2ec4d84444ee72c3607ac9e02bf309f069c2b289b5f3d43483db145d741b01
+)
 
 pkgver() {
   cd pygame_sdl2



More information about the arch-commits mailing list