summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 759801c44665..e07b0c3ecd0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Nicolas QuiƩnot <niQo @ aur>
pkgname=python-mirobo
-pkgver=0.1.2
+pkgver=0.1.4
pkgrel=1
pkgdesc="Python library & console tool for controlling Xiaomi Vacuum cleaner robot"
arch=('i686' 'x86_64')
url="https://github.com/rytilahti/python-mirobo"
license=('GPL')
-depends=('python-setuptools' 'python-typing' 'python-cryptography' 'python-pretty-cron' 'python-click' 'python-construct')
+depends=('python-setuptools' 'python-construct' 'python-click' 'python-cryptography' 'python-pretty-cron' 'python-typing' 'python-zeroconf')
makedepends=()
source=("https://github.com/rytilahti/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('e619350ee9735dbdd4cd59779eebcdb8')
+md5sums=('795d2401e3c50593f9e9c5a781c9fffe')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"