summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2020-12-20 10:55:34 +0100
committerMartino Pilia2020-12-20 10:55:34 +0100
commitb9ee37301d25c991620f61b10c761405748dc19d (patch)
tree39cede1133a1ae25903c33ac0b01efb6e1e81b3e
parent72e465cd22907acaaf3b209744e47cd0617aaa7b (diff)
downloadaur-b9ee37301d25c991620f61b10c761405748dc19d.tar.gz
Version 7.0.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a09fb77b0c2a..7cb1d34704d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = python-pytradfri
pkgdesc = Python class to communicate with the IKEA Trådfri Gateway
- pkgver = 7.0.2
+ pkgver = 7.0.5
pkgrel = 1
- url = https://github.com/ggravlingen/pytradfri
+ url = https://github.com/home-assistant-libs/pytradfri
arch = any
license = MIT
makedepends = python-setuptools
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.2.tar.gz
- sha256sums = f051f506631856bb02989ae9b0d3f85e8806c68a03c32a7b08ac5bc9512c7f73
+ source = https://github.com/ggravlingen/pytradfri/archive/7.0.5.tar.gz
+ sha256sums = fefc3a76b2b186073f1ae346e3f3368a3f337167a65ddbb5b6346fa37c1c0139
pkgname = python-pytradfri
diff --git a/PKGBUILD b/PKGBUILD
index 12a418a882f4..1b1727a66296 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer of this PKGBUILD file: Martino Pilia <martino.pilia@gmail.com>
_pkgname=pytradfri
pkgname=python-$_pkgname
-pkgver=7.0.2
+pkgver=7.0.5
pkgrel=1
pkgdesc="Python class to communicate with the IKEA Trådfri Gateway"
arch=('any')
-url="https://github.com/ggravlingen/pytradfri"
+url="https://github.com/home-assistant-libs/pytradfri"
license=('MIT')
depends=('libcoap-dtls-git')
optdepends=(
@@ -14,7 +14,7 @@ optdepends=(
)
makedepends=('python-setuptools')
source=("https://github.com/ggravlingen/pytradfri/archive/${pkgver}.tar.gz")
-sha256sums=('f051f506631856bb02989ae9b0d3f85e8806c68a03c32a7b08ac5bc9512c7f73')
+sha256sums=('fefc3a76b2b186073f1ae346e3f3368a3f337167a65ddbb5b6346fa37c1c0139')
package() {
cd "$srcdir/$_pkgname-$pkgver"