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 145a640bb19d..b5aaa154cadc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thomas Jost <schnouki@schnouki.net>
pkgname=python-aranet4
_name=${pkgname#python-}
-pkgver=2.1.3
+pkgver=2.2.2
pkgrel=1
pkgdesc="Python client for Aranet4 CO2 sensors"
arch=(any)
@@ -10,7 +10,7 @@ license=('MIT')
depends=("python-bleak" "python-requests")
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('d9750ced22c5ffd6bc9f67f450ad5c8767ab3247fe247971740e34566c6e10e1')
+sha256sums=('36c95bf6656241cf00459ea3d80d2d9ebe3a8346d9296773b6153dd26b4bca62')
build() {
cd "$_name-$pkgver"