summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2021-02-23 21:13:46 +0100
committerMartino Pilia2021-02-23 21:13:46 +0100
commitcccb51160a6f21cd0d1fbe498dd4be2eeb20bc33 (patch)
treebd35be5ff1b4298411bb6601b7e8762bcba81e17
parentb9ee37301d25c991620f61b10c761405748dc19d (diff)
downloadaur-cccb51160a6f21cd0d1fbe498dd4be2eeb20bc33.tar.gz
Version 7.0.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cb1d34704d2..f1acdf650d46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pytradfri
pkgdesc = Python class to communicate with the IKEA Trådfri Gateway
- pkgver = 7.0.5
+ pkgver = 7.0.6
pkgrel = 1
url = https://github.com/home-assistant-libs/pytradfri
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-pytradfri
depends = libcoap-dtls-git
optdepends = python-aiocoap: for asynchronous applications
optdepends = python-dtlssocket: for asynchronous applications
- source = https://github.com/ggravlingen/pytradfri/archive/7.0.5.tar.gz
- sha256sums = fefc3a76b2b186073f1ae346e3f3368a3f337167a65ddbb5b6346fa37c1c0139
+ source = https://github.com/ggravlingen/pytradfri/archive/7.0.6.tar.gz
+ sha256sums = 3d667cc8a0059eff07aecab711e29e3f582fe3c89e3f63fc737e1bf9e19bed3b
pkgname = python-pytradfri
diff --git a/PKGBUILD b/PKGBUILD
index 1b1727a66296..95d0887bd2cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer of this PKGBUILD file: Martino Pilia <martino.pilia@gmail.com>
_pkgname=pytradfri
pkgname=python-$_pkgname
-pkgver=7.0.5
+pkgver=7.0.6
pkgrel=1
pkgdesc="Python class to communicate with the IKEA Trådfri Gateway"
arch=('any')
@@ -14,7 +14,7 @@ optdepends=(
)
makedepends=('python-setuptools')
source=("https://github.com/ggravlingen/pytradfri/archive/${pkgver}.tar.gz")
-sha256sums=('fefc3a76b2b186073f1ae346e3f3368a3f337167a65ddbb5b6346fa37c1c0139')
+sha256sums=('3d667cc8a0059eff07aecab711e29e3f582fe3c89e3f63fc737e1bf9e19bed3b')
package() {
cd "$srcdir/$_pkgname-$pkgver"