python-gbinder/1.1.2-3: sync with archlinuxcn

This commit is contained in:
Puqns67 2024-01-17 21:59:38 +08:00
parent 0cd1ec4eff
commit 4849361462
Signed by: Puqns67
GPG Key ID: 9669DF042554F536

View File

@ -4,17 +4,17 @@
# This PKGBUILD is base on the AUR repo python-gbinder, by Danct12 <danct12@disroot.org> # This PKGBUILD is base on the AUR repo python-gbinder, by Danct12 <danct12@disroot.org>
pkgname='python-gbinder' pkgname='python-gbinder'
pkgver=1.1.1 pkgver=1.1.2
pkgrel=2 pkgrel=3
pkgdesc='Python bindings for libgbinder' pkgdesc='Python bindings for libgbinder'
arch=('i686' 'x86_64' 'armv7h' 'aarch64') arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url='https://github.com/erfanoabdi/gbinder-python' url='https://github.com/erfanoabdi/gbinder-python'
_reponame="${url##*/}" _reponame="${url##*/}"
license=('GPL3') license=('GPL-3.0-or-later')
depends=('libgbinder') depends=('libgbinder')
makedepends=('cython' 'python' 'python-setuptools') makedepends=('cython' 'python' 'python-setuptools')
source=("${_reponame}-${pkgver}.tar.gz"::"${url}/archive/refs/tags/${pkgver}.tar.gz") source=("${_reponame}-${pkgver}.tar.gz"::"${url}/archive/refs/tags/${pkgver}.tar.gz")
sha512sums=('1910d6e904ac46da519064e9dc57e4059e1ea7072f2cf4b7ca0888a73701a590ff565fe9e9ca67acf94dba2a69f3138457d8b9533c2360befdd508b983f32a03') sha512sums=('6f076a5cb265eed193d2ac2623921e76ced923230ca2131460efea941182f26b770d657f5155f6a29fa54a314f6dc62a8d5b96d14ee90a359389e60318a38b71')
build() { build() {
cd "${srcdir}/${_reponame}-${pkgver}" cd "${srcdir}/${_reponame}-${pkgver}"