George Hu pushed to branch main at Arch Linux / Packaging / Packages /
python-gbinder
Commits:
6bbc2d48 by George Hu at 2025-11-22T10:47:43+08:00
upgpkg: 1.3.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-gbinder
pkgdesc = Python bindings for libgbinder
- pkgver = 1.1.2
- pkgrel = 6
+ pkgver = 1.3.0
+ pkgrel = 1
url = https://github.com/waydroid/gbinder-python
arch = x86_64
license = GPL-3.0-only
@@ -11,7 +11,7 @@ pkgbase = python-gbinder
makedepends = cython
depends = libgbinder
provides = gbinder-python
- source =
python-gbinder-1.1.2.tar.gz::https://github.com/waydroid/gbinder-python/archive/refs/tags/1.1.2.tar.gz
- sha512sums =
6f076a5cb265eed193d2ac2623921e76ced923230ca2131460efea941182f26b770d657f5155f6a29fa54a314f6dc62a8d5b96d14ee90a359389e60318a38b71
+ source =
python-gbinder-1.3.0.tar.gz::https://github.com/waydroid/gbinder-python/archive/refs/tags/1.3.0.tar.gz
+ sha512sums =
fda25822cc6021f11204029322458abf923ac326cc4aa5b9f36920022662460b02e18e45c4765d095bd074cdbfe43023237bc09dcab21cd9524146a62e302d5c
pkgname = python-gbinder
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
pkgname=python-gbinder
_srcname=gbinder-python
-pkgver=1.1.2
-pkgrel=6
+pkgver=1.3.0
+pkgrel=1
pkgdesc="Python bindings for libgbinder"
arch=('x86_64')
url="https://github.com/waydroid/${_srcname}"
@@ -13,11 +13,7 @@ depends=('libgbinder')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'cython')
provides=("${_srcname}")
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
-sha512sums=('6f076a5cb265eed193d2ac2623921e76ced923230ca2131460efea941182f26b770d657f5155f6a29fa54a314f6dc62a8d5b96d14ee90a359389e60318a38b71')
-
-prepare() {
- sed -i 's/USE_CYTHON = False/USE_CYTHON = True/'
"${_srcname}-${pkgver}/setup.py"
-}
+sha512sums=('fda25822cc6021f11204029322458abf923ac326cc4aa5b9f36920022662460b02e18e45c4765d095bd074cdbfe43023237bc09dcab21cd9524146a62e302d5c')
build() {
cd "${_srcname}-${pkgver}/"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-gbinder/-/commit/6bbc2d48683350c0ca7c4e4a08e6d4ea740e7715
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-gbinder/-/commit/6bbc2d48683350c0ca7c4e4a08e6d4ea740e7715
You're receiving this email because of your account on gitlab.archlinux.org.