Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
python-dbus-fast
Commits:
ad17c171 by Maxime Gauduin at 2024-10-03T15:08:39+02:00
upgpkg: 2.24.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-dbus-fast
pkgdesc = A faster version of dbus-next
- pkgver = 2.24.0
+ pkgver = 2.24.2
pkgrel = 1
url = https://github.com/bluetooth-devices/dbus-fast
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = python-dbus-fast
depends = glib2
depends = glibc
depends = python
- source =
git+https://github.com/Bluetooth-Devices/dbus-fast.git#tag=31ff222f82ce3bab7ef68be74e484244af3a3b20
- b2sums =
0aed62c852f05c283931d1ed86c6ee9dc09250d265df45468c71cafa3c4e057cb38b64f06de508e6f0f6e75d6c8e883a6bb74b521f2023e550aa1d26b2ed6652
+ source =
git+https://github.com/Bluetooth-Devices/dbus-fast.git#tag=355835854731316583e6bc945e916542aacd5b07
+ b2sums =
40de310941b0e936b602f0da0aca7c116808f90e44c4681e59c3fc5cb80aeee290ff10dc6ddc63482e04ce15dcf3a88e9b129cd6b1226879f64ff1533a86f2a5
pkgname = python-dbus-fast
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <[email protected]>
pkgname=python-dbus-fast
-pkgver=2.24.0
+pkgver=2.24.2
pkgrel=1
pkgdesc='A faster version of dbus-next'
arch=(x86_64)
@@ -29,9 +29,9 @@ checkdepends=(
python-pytest-cov
python-pytest-timeout
)
-_tag=31ff222f82ce3bab7ef68be74e484244af3a3b20
+_tag=355835854731316583e6bc945e916542aacd5b07
source=(git+https://github.com/Bluetooth-Devices/dbus-fast.git#tag=${_tag})
-b2sums=('0aed62c852f05c283931d1ed86c6ee9dc09250d265df45468c71cafa3c4e057cb38b64f06de508e6f0f6e75d6c8e883a6bb74b521f2023e550aa1d26b2ed6652')
+b2sums=('40de310941b0e936b602f0da0aca7c116808f90e44c4681e59c3fc5cb80aeee290ff10dc6ddc63482e04ce15dcf3a88e9b129cd6b1226879f64ff1533a86f2a5')
pkgver() {
cd dbus-fast
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dbus-fast/-/commit/ad17c171f29ebfab7c90ae5a605bbbf92d338cff
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dbus-fast/-/commit/ad17c171f29ebfab7c90ae5a605bbbf92d338cff
You're receiving this email because of your account on gitlab.archlinux.org.