summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 731064540734..633a7a70cacc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=zigpy-deconz
pkgname=python-$_pkgname
-pkgver=0.19.0
+pkgver=0.19.1
pkgrel=1
pkgdesc='Zigpy support for deCONZ based Zigbee radio devices.'
url='https://github.com/zigpy/zigpy-deconz'
@@ -20,7 +20,7 @@ makedepends=(
)
checkdepends=('python-pytest-asyncio')
source=("$_pkgname-$pkgver.tar.gz::https://github.com/zigpy/zigpy-deconz/archive/$pkgver.tar.gz")
-b2sums=('eac794a1170e0aff34e06bd24369f45f2eaac3928041368f0f6ed46541f7ae661665b3070de14a4c4cca712b61a671614a473c1928df9ff8ace344df45604223')
+b2sums=('5a4eae587046d0bd3a0b2ca934113fefa74e6ad2cb1e0272616a427809382190bbd916970eb5acadcd91e48e6e72f489cac20d869bb3c3c074c3c269b734328f')
build() {
cd $_pkgname-$pkgver