summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bcc5a37bd046..901d42ded209 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-miio
pkgdesc = Python library & console tool for controlling Xiaomi smart appliances
- pkgver = 0.3.2
- pkgrel = 2
+ pkgver = 0.3.3
+ pkgrel = 1
url = https://github.com/rytilahti/python-miio
arch = any
license = GPL3
@@ -15,8 +15,8 @@ pkgbase = python-miio
depends = python-pretty-cron
depends = python-pytz
depends = python-zeroconf
- source = https://github.com/rytilahti/python-miio/archive/0.3.2.tar.gz
- sha512sums = 9c84b6b431c3e0a6a8873fd1fe00d04604dfbb870fc25044a07dff5cfa1e2c32dcfc66ce18e8a1537173271d4985ea5f01037f3ccc7c9d7259bceda037472a95
+ source = https://github.com/rytilahti/python-miio/archive/0.3.3.tar.gz
+ sha512sums = e1282294b106cbf773fd5aa9565e78029fd4908242df2a4de6bdd2069a49a591b32469daae894188303a37bdc7bead223abc0b4d92891eb0441e120fab9f37e4
pkgname = python-miio
diff --git a/PKGBUILD b/PKGBUILD
index 8a55ba3ade97..5775a396bb4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Patrick Lühne <patrick-arch@luehne.de>
pkgname=python-miio
-pkgver=0.3.2
-pkgrel=2
+pkgver=0.3.3
+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.4' 'python-android-backup-tools' 'python-attrs' 'python-click' 'python-construct' 'python-cryptography' 'python-pycryptodomex' 'python-pretty-cron' 'python-pytz' 'python-zeroconf')
source=("https://github.com/rytilahti/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('9c84b6b431c3e0a6a8873fd1fe00d04604dfbb870fc25044a07dff5cfa1e2c32dcfc66ce18e8a1537173271d4985ea5f01037f3ccc7c9d7259bceda037472a95')
+sha512sums=('e1282294b106cbf773fd5aa9565e78029fd4908242df2a4de6bdd2069a49a591b32469daae894188303a37bdc7bead223abc0b4d92891eb0441e120fab9f37e4')
build() {
cd ${pkgname}-${pkgver}