summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLin UX2015-09-12 16:28:14 +0800
committerLin UX2015-09-12 16:28:14 +0800
commita32448775dd92140c51c27f50307202e467ece28 (patch)
tree8cdfcdac775b36be79dd88cfa9e0e9914b996078 /PKGBUILD
parent9338e26b2f4c3837c3f02ca7041747000070fe8b (diff)
downloadaur-a32448775dd92140c51c27f50307202e467ece28.tar.gz
fix makedeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d83a6a581010..4f73cdc9abcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=python2-pygame-sdl2-git
_pkgname=pygame_sdl2
-pkgver=219.4babc4e
+pkgver=257.24df6c8
pkgrel=1
pkgdesc="A new, SDL2-based implementation of the Pygame API (dev channel)"
arch=('i686' 'x86_64')
url="https://github.com/renpy/$_pkgname"
license=('LGPL2.1' 'zlib')
depends=('sdl2' 'sdl2_gfx' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf')
-makedepends=('git')
+makedepends=('git' 'cython2')
provides=('python2-pygame-sdl2')
conflicts=('python2-pygame-sdl2')
source=("git://github.com/renpy/$_pkgname.git"