diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,15 +1,16 @@ # Maintainer: Patrick Lühne <patrick-arch@luehne.de> pkgname=python-miio -pkgver=0.4.5 +pkgver=0.4.8 pkgrel=1 pkgdesc="Python library & console tool for controlling Xiaomi smart appliances" url="https://github.com/rytilahti/python-miio" arch=('any') license=('GPL3') -depends=('python>=3.5' 'python-android-backup-tools' 'python-appdirs' 'python-attrs' 'python-click' 'python-construct' 'python-cryptography' 'python-netifaces' 'python-pretty-cron' 'python-pytz' 'python-tqdm' 'python-zeroconf') +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=('e1ec2bbbcf00035710fd114973406221ac506fe6ac16c3099b8142a40d855ffda68191ad934840c31a70d4c11eef8f562cf294a1c7d0df8bb20f9e8cce6ca78a') +sha512sums=('630b62f545e77a770957ab8b9f678eb4d6e6a82f0af7b56f11daeca30051bac0d9ef9abc89213f429c16c0112b8c97ff03408f39fe312066fac5feb53278eed5') build() { cd ${pkgname}-${pkgver} |