summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2021-06-14 11:01:27 -0500
committerLuis Martinez2021-06-14 11:01:27 -0500
commit1259a0a407a0da00349a1b15f8d68018e5a15c8a (patch)
tree2aad8b9ea629b0a747b836c9ea8eb42a99c041ef /PKGBUILD
parent39a5ddcb8ae3f0a14635568b6d8147a68c749f86 (diff)
downloadaur-1259a0a407a0da00349a1b15f8d68018e5a15c8a.tar.gz
fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ab49af280d4..f5ca4e67f809 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,14 @@
pkgname=python-miio
pkgver=0.5.6
-pkgrel=1
+pkgrel=2
pkgdesc="Python library & console tool for controlling Xiaomi smart appliances"
url="https://github.com/rytilahti/python-miio"
arch=('any')
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')
+depends=('python>=3.6' 'python-appdirs' 'python-attrs' 'python-click>=7'
+ 'python-construct' 'python-croniter' 'python-cryptography'
+ 'python-netifaces' 'python-pytz' 'python-tqdm' 'python-yaml' 'python-zeroconf')
optdepends=('python-android-backup-tools: Android backup extraction support')
makedepends=('python-dephell')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")