diff options
-rw-r--r-- | community/cython/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/cython/APKBUILD b/community/cython/APKBUILD index 69af28a116..9f2fc7c1f5 100644 --- a/community/cython/APKBUILD +++ b/community/cython/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Stuart Cardall <developer@it-offshore.co.uk> pkgname=cython pkgver=0.29.6 -pkgrel=1 +pkgrel=2 pkgdesc="Cython is an optimising static compiler for both the Python & the extended Cython programming languages." url="https://cython.org" arch="all" |