summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDanct122023-10-01 11:04:44 +0700
committerDanct122023-10-01 11:04:44 +0700
commit594f93d69294410f67ccc843fbe984a29db3c6ac (patch)
tree8666dc2982892880e6693bd6f0d17e8d0c10812b /PKGBUILD
parenta9edfaebf0a2f5960663cbce1987cdb6ef613066 (diff)
downloadaur-python-gbinder.tar.gz
upgrade to 1.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 14417302737c..033763d03bea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Danct12 <danct12@disroot.org>
pkgname=python-gbinder
-pkgver=1.1.1
-pkgrel=4
+pkgver=1.1.2
+pkgrel=1
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' 'cython0')
-_commit="423dc366561c82515f4f2f46017535e7d81ce5b1"
+makedepends=('git' 'python-setuptools' 'cython')
+_commit="a2c5093c734e59df9f592010020cf081dadce81f"
source=(${pkgname}::git+https://github.com/erfanoabdi/gbinder-python.git#commit=${_commit})
sha512sums=('SKIP')