summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2023-08-05 14:51:08 -0400
committerPatrick Northon2023-08-05 14:51:08 -0400
commitce3eb9619bae63a340ccdce7b019819997e8b68b (patch)
treef983ea33c60633318040ba5dcc4cdf1ec2f42f30
parent8bd81b3c351f099a518e7ad4659b09effc691613 (diff)
downloadaur-ce3eb9619bae63a340ccdce7b019819997e8b68b.tar.gz
Use cython0.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8a537121c71..bf422552b57e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = renpy-git
pkgdesc = Visual novel engine Ren'Py along with its platdeps libs (dev channel)
- pkgver = 14429.c7c499c6c
+ pkgver = 14535.8d3401f2a
pkgrel = 1
url = http://www.renpy.org
install = renpy.install
arch = i686
arch = x86_64
license = MIT
- makedepends = cython
+ makedepends = cython0
makedepends = python-setuptools-scm
makedepends = python-sphinx
makedepends = python-sphinx_rtd_dark_mode
diff --git a/PKGBUILD b/PKGBUILD
index 0c077e72d884..d977389d7b57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=renpy
pkgname=${_pkgname}-git
-pkgver=14429.c7c499c6c
+pkgver=14535.8d3401f2a
pkgrel=1
pkgdesc="Visual novel engine Ren'Py along with its platdeps libs (dev channel)"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ depends=(
'python-pygame-sdl2' 'sdl2_image' 'sdl2_mixer'
'sdl2_gfx' 'sdl2_ttf' 'python-ecdsa' 'python-future' 'python-pefile')
makedepends=(
- 'cython' 'python-setuptools-scm' 'python-sphinx' 'python-sphinx_rtd_dark_mode'
+ 'cython0' 'python-setuptools-scm' 'python-sphinx' 'python-sphinx_rtd_dark_mode'
'python-sphinx_rtd_theme' 'git' 'python-build' 'python-installer' 'python-wheel')
provides=('renpy' 'python-renpy')
conflicts=('renpy')