summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4636f3fc491e..ac2060aa5af1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-gbinder
pkgdesc = Python bindings for libgbinder
pkgver = 1.1.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/erfanoabdi/gbinder-python
arch = x86_64
arch = i686
@@ -10,7 +10,7 @@ pkgbase = python-gbinder
license = GPL
makedepends = git
makedepends = python-setuptools
- makedepends = cython
+ makedepends = cython0
depends = libgbinder
source = python-gbinder::git+https://github.com/erfanoabdi/gbinder-python.git#commit=423dc366561c82515f4f2f46017535e7d81ce5b1
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 901907a4f654..14417302737c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=python-gbinder
pkgver=1.1.1
-pkgrel=3
+pkgrel=4
pkgdesc="Python bindings for libgbinder"
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/erfanoabdi/gbinder-python"
license=('GPL')
depends=('libgbinder')
-makedepends=('git' 'python-setuptools' 'cython')
+makedepends=('git' 'python-setuptools' 'cython0')
_commit="423dc366561c82515f4f2f46017535e7d81ce5b1"
source=(${pkgname}::git+https://github.com/erfanoabdi/gbinder-python.git#commit=${_commit})
sha512sums=('SKIP')