[arch-commits] Commit in renpy/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Thu Jul 18 19:52:23 UTC 2019
Date: Thursday, July 18, 2019 @ 19:52:23
Author: alucryd
Revision: 491910
upgpkg: renpy 7.3.2-1
Modified:
renpy/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-07-18 19:52:21 UTC (rev 491909)
+++ PKGBUILD 2019-07-18 19:52:23 UTC (rev 491910)
@@ -9,7 +9,7 @@
renpy
renpy-demos
)
-pkgver=7.2.2
+pkgver=7.3.2
pkgrel=1
pkgdesc="The Ren'Py Visual Novel Engine"
arch=(x86_64)
@@ -29,7 +29,7 @@
renpy.png
renpy-system-fribidi.patch
)
-sha256sums=('a7cdd7404e4fbed5c8f1c8f4a3bafea2079c58f62c4acb52e18fc46b819f172d'
+sha256sums=('952822ebd542b4f00187364ccfdf2eb0ac5b4c9a540abed52a556f1b914efac4'
'e10630ec0b5d0e479f20b15a4f5ceec8e6992dd8cbc7d3cd5c487da380858a28'
'fccde3461617a098a78d938d9db782d403eda410a84ab52825a597498ab95834'
'611edc07a40ccb8e04e8858847fc1d2a066d29c2ed54e5b357880a0605818dc5'
@@ -46,7 +46,7 @@
build() {
cd renpy-${pkgver}-source
- export RENPY_CYTHON='cython2'
+ export RENPY_CYTHON=cython2
python2 module/setup.py build
}
@@ -59,11 +59,11 @@
cd renpy-${pkgver}-source
- python2 module/setup.py install --root="${pkgdir}" --prefix='/usr' --optimize='1' --skip-build
+ python2 module/setup.py install --root="${pkgdir}" --prefix=/usr --optimize=1 --skip-build
install -dm 755 "${pkgdir}"/usr/share/{renpy,doc}
- cp -dr --no-preserve='ownership' atom doc gui launcher renpy renpy.py "${pkgdir}"/usr/share/renpy/
+ cp -dr --no-preserve=ownership atom doc gui launcher renpy renpy.py "${pkgdir}"/usr/share/renpy/
ln -s /usr/share/renpy/doc "${pkgdir}"/usr/share/doc/renpy
install -Dm 755 ../renpy -t "${pkgdir}"/usr/bin/
@@ -80,7 +80,7 @@
install -dm 755 "${pkgdir}"/usr/share/renpy
- cp -dr --no-preserve='ownership' the_question tutorial "${pkgdir}"/usr/share/renpy/
+ cp -dr --no-preserve=ownership the_question tutorial "${pkgdir}"/usr/share/renpy/
install -dm 755 "${pkgdir}"/usr/share/licenses
ln -s renpy "${pkgdir}"/usr/share/licenses/renpy-demos
More information about the arch-commits
mailing list