summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2021-12-31 13:40:57 +0100
committerMartino Pilia2021-12-31 13:40:57 +0100
commitd8a03edbab84c942f2214d99bc86cea5a10840da (patch)
treeb0c2e90ad4118a59e6e30ea0305be0ca84f5dd6a
parent37524f67993ac8bce199c781b5becd2f54f698ad (diff)
downloadaur-d8a03edbab84c942f2214d99bc86cea5a10840da.tar.gz
Version 8.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f33a1ef56eef..2ff3670b02b3 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.2.1
+ pkgver = 8.0.0
pkgrel = 1
url = https://github.com/home-assistant-libs/pytradfri
arch = any
@@ -9,7 +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.2.1.tar.gz
- sha256sums = 42fccfe662008bf3fb2edb9248fa3b319741961bb38377f2f76d0f88ecab8356
+ source = https://github.com/ggravlingen/pytradfri/archive/8.0.0.tar.gz
+ sha256sums = b359cac3416263c6f1c7b2540ba9d45be145bac875fb6e7c828051224bd77df6
pkgname = python-pytradfri
diff --git a/PKGBUILD b/PKGBUILD
index e5c92926e128..1ccdb340f18d 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.2.1
+pkgver=8.0.0
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=('42fccfe662008bf3fb2edb9248fa3b319741961bb38377f2f76d0f88ecab8356')
+sha256sums=('b359cac3416263c6f1c7b2540ba9d45be145bac875fb6e7c828051224bd77df6')
package() {
cd "$srcdir/$_pkgname-$pkgver"