summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b971aad2447..e5711916de90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrés Rodríguez <andres.rodriguez __at__ lithersoft.com>
pkgname=('cython2-kivy')
-pkgver=0.22
+pkgver=0.23
pkgrel=1
pkgdesc="C-Extensions for Python; Kivy-compatible version"
arch=(i686 x86_64)
@@ -9,10 +9,10 @@ url="http://www.cython.org"
license=('APACHE')
depends=('python2')
makedepends=('python2-setuptools')
-provides=('cython2=0.21.2')
+provides=('cython2=0.23')
conflicts=('cython2')
source=("http://cython.org/release/Cython-$pkgver.tar.gz")
-md5sums=('1ae25add4ef7b63ee9b4af697300d6b6')
+sha256sums=('9fd01e8301c24fb3ba0411ad8eb16f5d9f9f8e66b1281fbe7aba2a9bd9d343dc')
package() {
cd $srcdir/Cython-$pkgver