summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f96a7b0405a..57c2ff94a0da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cython-kivy
pkgdesc = C-Extensions for Python; Kivy-compatible version
- pkgver = 0.21.2
- pkgrel = 2
+ pkgver = 0.23
+ pkgrel = 1
url = http://www.cython.org
arch = i686
arch = x86_64
@@ -9,8 +9,9 @@ pkgbase = cython-kivy
makedepends = python-setuptools
depends = python
provides = cython=${pkgver}
- source = http://cython.org/release/Cython-0.21.2.tar.gz
- sha256sums = b01af23102143515e6138a4d5e185c2cfa588e0df61c0827de4257bac3393679
+ conflicts = cython
+ source = http://cython.org/release/Cython-0.23.tar.gz
+ sha256sums = 9fd01e8301c24fb3ba0411ad8eb16f5d9f9f8e66b1281fbe7aba2a9bd9d343dc
pkgname = cython-kivy
diff --git a/PKGBUILD b/PKGBUILD
index 7beb600a5220..780b7ddb8e60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Lev Lybin <lev.lybin@gmail.com>
+# Maintainer: William Grieshaber <me@zee.li>
+# Contributor: Lev Lybin <lev.lybin@gmail.com>
pkgname=('cython-kivy')
-pkgver=0.21.2
-pkgrel=2
+pkgver=0.23
+pkgrel=1
pkgdesc="C-Extensions for Python; Kivy-compatible version"
arch=(i686 x86_64)
url="http://www.cython.org"
@@ -10,8 +11,9 @@ license=('APACHE')
depends=('python')
makedepends=('python-setuptools')
provides=('cython=${pkgver}')
+conflicts=('cython')
source=("http://cython.org/release/Cython-$pkgver.tar.gz")
-sha256sums=('b01af23102143515e6138a4d5e185c2cfa588e0df61c0827de4257bac3393679')
+sha256sums=('9fd01e8301c24fb3ba0411ad8eb16f5d9f9f8e66b1281fbe7aba2a9bd9d343dc')
package() {
cd "${srcdir}/Cython-${pkgver}"