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 c192a1dd0334..05d9d39c3e1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-adafruit-circuitpython-dht
_pypi_pkgname=adafruit-circuitpython-dht
-pkgver=4.0.3
+pkgver=4.0.4
pkgrel=0
pkgdesc="CircuitPython support for DHT11 and DHT22 type temperature/humidity devices"
arch=('armv6h' 'armv7h')
@@ -12,7 +12,7 @@ makedepends=('python-setuptools' 'python-pip')
depends=('python' 'python-adafruit-circuitpython-busdevice')
optdepends=()
source=("https://pypi.io/packages/source/a/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
-sha256sums=('351c8094d86c4398a39b79432a376d14020d272744d9f66958251f1192ae4bef')
+sha256sums=('5004021ed6f1ffbcd1042085a1239133b59d64734bf6250f05b3bb191e1cd7a2')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"