Date: Tuesday, August 9, 2022 @ 14:44:58 Author: alucryd Revision: 1263576
renpy 8.0.1-2; python-pefile is a runtime dep Modified: renpy/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-09 14:41:31 UTC (rev 1263575) +++ PKGBUILD 2022-08-09 14:44:58 UTC (rev 1263576) @@ -1,4 +1,3 @@ -# $Id: PKGBUILD 371260 2018-08-13 09:13:06Z alucryd $ # Maintainer: Maxime Gauduin <[email protected]> # Contributor: Cravix <[email protected]> # Contributor: AlexanderR <[email protected]> @@ -10,7 +9,7 @@ renpy-demos ) pkgver=8.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="The Ren'Py Visual Novel Engine" arch=(x86_64) url=https://www.renpy.org @@ -19,6 +18,7 @@ ffmpeg glew python-future + python-pefile python-pygame-sdl2 python-six ) @@ -25,7 +25,6 @@ makedepends=( cython git - python-pefile python-setuptools python-sphinx python-sphinx-bootstrap-theme
