summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2022-03-20 18:14:39 +0100
committerMartino Pilia2022-03-20 18:14:39 +0100
commitd9baa1f3fd6a82d11481cb0dbff12ea03ceef94a (patch)
treed1296e87e206b3169e8ea8378460be0c9130fea2
parentce7522af76320b3a330b275a6e1c553ac3284618 (diff)
downloadaur-d9baa1f3fd6a82d11481cb0dbff12ea03ceef94a.tar.gz
Version 10.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f52b31c1ff0..183fa6e5554e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pytradfri
pkgdesc = Python class to communicate with the IKEA Trådfri Gateway
- pkgver = 9.0.0
+ pkgver = 10.0.0
pkgrel = 1
url = https://github.com/home-assistant-libs/pytradfri
arch = any
@@ -9,7 +9,7 @@ pkgbase = python-pytradfri
depends = libcoap
optdepends = python-aiocoap: for asynchronous applications
optdepends = python-dtlssocket: for asynchronous applications
- source = https://github.com/ggravlingen/pytradfri/archive/9.0.0.tar.gz
- sha256sums = f659e0cd4be958a017b91ec27b0b6ddcd8bf2fdd92c34432b9b5826ad787d237
+ source = https://github.com/ggravlingen/pytradfri/archive/10.0.0.tar.gz
+ sha256sums = 2e68dedbbd13977b552e679fdbc69a957493d44a22fd2bd8eb7a6e89f82f941c
pkgname = python-pytradfri
diff --git a/PKGBUILD b/PKGBUILD
index d247e7158023..5300a602c2de 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=9.0.0
+pkgver=10.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=('f659e0cd4be958a017b91ec27b0b6ddcd8bf2fdd92c34432b9b5826ad787d237')
+sha256sums=('2e68dedbbd13977b552e679fdbc69a957493d44a22fd2bd8eb7a6e89f82f941c')
package() {
cd "$srcdir/$_pkgname-$pkgver"