summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2020-10-04 11:10:54 +0200
committerMartino Pilia2020-10-04 11:10:54 +0200
commit72e465cd22907acaaf3b209744e47cd0617aaa7b (patch)
treea0571fe459437884e229df261b664b5a581a3d0f
parent6c60998604f934b677766f6af101f003418d67ab (diff)
downloadaur-72e465cd22907acaaf3b209744e47cd0617aaa7b.tar.gz
Version 7.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34b05e714251..a09fb77b0c2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pytradfri
pkgdesc = Python class to communicate with the IKEA Trådfri Gateway
- pkgver = 6.4.0
+ pkgver = 7.0.2
pkgrel = 1
url = https://github.com/ggravlingen/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/6.4.0.tar.gz
- sha256sums = 6f3af969dcd7144693934172da6c5ea8f12e18efe816193254540b8d9bd67f11
+ source = https://github.com/ggravlingen/pytradfri/archive/7.0.2.tar.gz
+ sha256sums = f051f506631856bb02989ae9b0d3f85e8806c68a03c32a7b08ac5bc9512c7f73
pkgname = python-pytradfri
diff --git a/PKGBUILD b/PKGBUILD
index 3f1945679a4e..12a418a882f4 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=6.4.0
+pkgver=7.0.2
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=('6f3af969dcd7144693934172da6c5ea8f12e18efe816193254540b8d9bd67f11')
+sha256sums=('f051f506631856bb02989ae9b0d3f85e8806c68a03c32a7b08ac5bc9512c7f73')
package() {
cd "$srcdir/$_pkgname-$pkgver"