summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordavidalb972021-06-07 21:30:08 +0100
committerdavidalb972021-06-07 21:30:08 +0100
commit3a4bc381583ded19bfbecc3b6523571740618df9 (patch)
tree2b89c2788b428929fcef8d5fdef7d2f776a5517f /PKGBUILD
parentf53abc050d1a2787cb67f047df17020f37bdbfc0 (diff)
downloadaur-3a4bc381583ded19bfbecc3b6523571740618df9.tar.gz
Revert to python-miio 0.5.0.1
Signed-off-by: davidalb97 <davidalb97@hotmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad742625bf4c..3f8f9354a711 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrick Lühne <patrick-arch@luehne.de>
pkgname=python-miio
-pkgver=0.5.6
+pkgver=0.5.0.1
pkgrel=1
pkgdesc="Python library & console tool for controlling Xiaomi smart appliances"
url="https://github.com/rytilahti/python-miio"
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('python>=3.6' 'python-appdirs' 'python-attrs' 'python-click>=7' 'python-construct' 'python-cryptography' 'python-netifaces' 'python-pytz' 'python-tqdm' 'python-zeroconf')
optdepends=('python-android-backup-tools: Android backup extraction support')
source=("https://github.com/rytilahti/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('f8ebe9a37a12bb58f86014347af0dfda74cb973e41faa60a86bf927dc229f0298a576ee7969f3754f285a1f97231d3a6d43f242dfec73b1f617579b6a8af7506')
+sha512sums=('d82c4d52c7590892f7322d2d1a428a8dcb4843085a42374458bdfeeeacfc73a0f159d1a3bcc0612a5740d61dca472bbb022f912d20cf07ba2e1f9df6fdc52b20')
build() {
cd ${pkgname}-${pkgver}