Date: Wednesday, December 21, 2022 @ 16:32:50 Author: alucryd Revision: 1364904
upgpkg: python-home-assistant-bluetooth 1.9.0-1 Modified: python-home-assistant-bluetooth/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-21 16:15:57 UTC (rev 1364903) +++ PKGBUILD 2022-12-21 16:32:50 UTC (rev 1364904) @@ -2,7 +2,7 @@ pkgname=python-home-assistant-bluetooth pkgdesc='Basic bluetooth models used by Home Assistant' -pkgver=1.6.0 +pkgver=1.9.0 pkgrel=1 arch=(any) url=https://github.com/home-assistant-libs/home-assistant-bluetooth @@ -12,15 +12,17 @@ python-bleak ) makedepends=( + cython git python-build python-installer python-poetry-core + python-setuptools python-wheel ) -_tag=6733b02bbaaa88e3e1c9c958218914cd6a72b060 +_tag=80c31297d15afb115b01bb0c2588b71c67aec497 source=(git+https://github.com/home-assistant-libs/home-assistant-bluetooth.git#tag=${_tag}) -b2sums=('SKIP') +b2sums=(SKIP) pkgver() { cd home-assistant-bluetooth
