From 48493614626009d9ad87b4ec85b86146ea07d455 Mon Sep 17 00:00:00 2001 From: Puqns67 Date: Wed, 17 Jan 2024 21:59:38 +0800 Subject: [PATCH] python-gbinder/1.1.2-3: sync with archlinuxcn --- packages/python-gbinder/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/python-gbinder/PKGBUILD b/packages/python-gbinder/PKGBUILD index 73e013a..5da4c50 100644 --- a/packages/python-gbinder/PKGBUILD +++ b/packages/python-gbinder/PKGBUILD @@ -4,17 +4,17 @@ # This PKGBUILD is base on the AUR repo python-gbinder, by Danct12 pkgname='python-gbinder' -pkgver=1.1.1 -pkgrel=2 +pkgver=1.1.2 +pkgrel=3 pkgdesc='Python bindings for libgbinder' arch=('i686' 'x86_64' 'armv7h' 'aarch64') url='https://github.com/erfanoabdi/gbinder-python' _reponame="${url##*/}" -license=('GPL3') +license=('GPL-3.0-or-later') depends=('libgbinder') makedepends=('cython' 'python' 'python-setuptools') source=("${_reponame}-${pkgver}.tar.gz"::"${url}/archive/refs/tags/${pkgver}.tar.gz") -sha512sums=('1910d6e904ac46da519064e9dc57e4059e1ea7072f2cf4b7ca0888a73701a590ff565fe9e9ca67acf94dba2a69f3138457d8b9533c2360befdd508b983f32a03') +sha512sums=('6f076a5cb265eed193d2ac2623921e76ced923230ca2131460efea941182f26b770d657f5155f6a29fa54a314f6dc62a8d5b96d14ee90a359389e60318a38b71') build() { cd "${srcdir}/${_reponame}-${pkgver}"