Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / python-pydbus
Commits: 7a1f64a3 by Morten Linderud at 2024-04-05T20:59:33+02:00 upgpkg: 0.6.0-11: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,14 @@ +pkgbase = python-pydbus + pkgdesc = Pythonic D-Bus library + pkgver = 0.6.0 + pkgrel = 11 + url = https://github.com/LEW21/pydbus + arch = any + license = LGPL + makedepends = python-setuptools + depends = python + depends = python-gobject + source = pydbus-0.6.0.tar.gz::https://github.com/LEW21/pydbus/archive/v0.6.0.tar.gz + sha256sums = dacdf0498a831c8b43a4f3d985d64f99f3093a8aaf4e2ea99981c30fdf1a42da + +pkgname = python-pydbus ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _name='pydbus' pkgname="python-${_name}" pkgver=0.6.0 -pkgrel=10 +pkgrel=11 pkgdesc='Pythonic D-Bus library' arch=('any') url="https://github.com/LEW21/${_name}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pydbus/-/commit/7a1f64a33f5ae89dff622bfd219c04322a0e69b8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pydbus/-/commit/7a1f64a33f5ae89dff622bfd219c04322a0e69b8 You're receiving this email because of your account on gitlab.archlinux.org.
