aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/cython/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/cython/APKBUILD b/main/cython/APKBUILD
index d17a92be68..6f0230bf65 100644
--- a/main/cython/APKBUILD
+++ b/main/cython/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=cython
pkgver=0.24
-pkgrel=0
+pkgrel=1
pkgdesc="Cython is an optimising static compiler for both the Python & the extended Cython programming languages."
url="http://cython.org"
arch="all"
license="Apache 2.0"
depends=""
-depends_dev="python-dev py-pgen"
+depends_dev="python-dev py-pgen cython"
makedepends="$depends_dev"
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/cython/cython/archive/$pkgver.tar.gz"