summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2021-11-07 15:31:57 +0100
committerMartino Pilia2021-11-07 15:31:57 +0100
commit322433533c85db28995096e6c5af94ed5ada2725 (patch)
tree0f191ba21cd69e5f5920ef737ca0617d85ad2ebe
parentcccb51160a6f21cd0d1fbe498dd4be2eeb20bc33 (diff)
downloadaur-322433533c85db28995096e6c5af94ed5ada2725.tar.gz
Version 7.1.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1acdf650d46..009d53f6acee 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.6
+ pkgver = 7.1.1
pkgrel = 1
url = https://github.com/home-assistant-libs/pytradfri
arch = any
@@ -9,8 +9,7 @@ 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.6.tar.gz
- sha256sums = 3d667cc8a0059eff07aecab711e29e3f582fe3c89e3f63fc737e1bf9e19bed3b
+ source = https://github.com/ggravlingen/pytradfri/archive/7.1.1.tar.gz
+ sha256sums = b7187fc39dcda622ed9dccbc009e92d9fe7e2f446df4204687d14e3bf39b1233
pkgname = python-pytradfri
-
diff --git a/PKGBUILD b/PKGBUILD
index 95d0887bd2cf..1cf937303485 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.6
+pkgver=7.1.1
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=('3d667cc8a0059eff07aecab711e29e3f582fe3c89e3f63fc737e1bf9e19bed3b')
+sha256sums=('b7187fc39dcda622ed9dccbc009e92d9fe7e2f446df4204687d14e3bf39b1233')
package() {
cd "$srcdir/$_pkgname-$pkgver"