summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDanct122023-07-22 02:54:45 +0700
committerDanct122023-07-22 02:54:45 +0700
commita9edfaebf0a2f5960663cbce1987cdb6ef613066 (patch)
tree7b809b14b04128e9048c3a8920ada21eab366a21 /PKGBUILD
parent7d4ffa56d1b10641b3f03573fed48500df5463f0 (diff)
downloadaur-a9edfaebf0a2f5960663cbce1987cdb6ef613066.tar.gz
use cython0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')