Date: Monday, September 26, 2022 @ 08:41:22 Author: alucryd Revision: 1311454
upgpkg: python-bleak 0.18.1-1 Modified: python-bleak/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-26 08:39:12 UTC (rev 1311453) +++ PKGBUILD 2022-09-26 08:41:22 UTC (rev 1311454) @@ -2,7 +2,7 @@ # Contributor: Francesco Minnocci <[email protected]> pkgname=python-bleak -pkgver=0.17.0 +pkgver=0.18.1 pkgrel=1 pkgdesc='Bluetooth Low Energy platform Agnostic Klient for Python' arch=(any) @@ -11,7 +11,7 @@ depends=( python python-async-timeout - python-dbus-next + python-dbus-fast python-service-identity python-typing_extensions ) @@ -23,7 +23,7 @@ python-poetry-core python-wheel ) -_tag=049db92f2b6e4ee186eb7529403adf9532b4eacb +_tag=b173cff44366e036021999ce628a758ddfb2cbba source=(git+https://github.com/hbldh/bleak.git#tag=${_tag}) b2sums=(SKIP)
