Date: Thursday, July 18, 2019 @ 19:45:19 Author: alucryd Revision: 491899
upgpkg: python2-pygame-sdl2 1:2.1.0.r357.6474370-1 Modified: python2-pygame-sdl2/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-07-18 19:44:23 UTC (rev 491898) +++ PKGBUILD 2019-07-18 19:45:19 UTC (rev 491899) @@ -2,7 +2,7 @@ # Contributor: Cravix <[email protected]> pkgname=python2-pygame-sdl2 -pkgver=2.1.0.r351.8bfc1ba +pkgver=2.1.0.r357.6474370 pkgrel=1 epoch=1 pkgdesc='Reimplementation of portions of the pygame API using SDL2' @@ -23,7 +23,7 @@ git ) source=( - git+https://github.com/renpy/pygame_sdl2.git#commit=8bfc1ba9b98011004667ab6771c0923e493fb52b + git+https://github.com/renpy/pygame_sdl2.git#commit=6474370f2e67ed392c4685c98f2eb88dce79cff6 cython.patch ) sha256sums=( @@ -52,10 +52,8 @@ package() { cd pygame_sdl2 - python2 setup.py install --root="${pkgdir}" --prefix='/usr' --optimize='1' --skip-build - - install -dm 755 "${pkgdir}"/usr/share/licenses/python2-pygame-sdl2 - install -m 644 COPYING.ZLIB "${pkgdir}"/usr/share/licenses/python2-pygame-sdl2/ + python2 setup.py install --root="${pkgdir}" --prefix=/usr --optimize=1 --skip-build + install -Dm 644 COPYING.ZLIB -t "${pkgdir}"/usr/share/licenses/python2-pygame-sdl2/ } # vim: ts=2 sw=2 et:
