summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2023-07-03 11:26:08 -0400
committerPatrick Northon2023-07-03 11:26:08 -0400
commit8bd81b3c351f099a518e7ad4659b09effc691613 (patch)
treecf15e5068b29e11e2d146ce28e2983bd2ae125ef /PKGBUILD
parentcd9dee0b701ac0b46b3949070ed7eac1e66917e6 (diff)
downloadaur-8bd81b3c351f099a518e7ad4659b09effc691613.tar.gz
Update python-pygame-sdl2 dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a2f8635007a..0c077e72d884 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=renpy
pkgname=${_pkgname}-git
-pkgver=14267.fe2d76bdd
+pkgver=14429.c7c499c6c
pkgrel=1
pkgdesc="Visual novel engine Ren'Py along with its platdeps libs (dev channel)"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('MIT')
url='http://www.renpy.org'
depends=(
'ffmpeg' 'fribidi'
- 'python-pygame_sdl2-git' 'sdl2_image' 'sdl2_mixer'
+ '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'