summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2021-12-09 05:46:39 +0100
committerMartino Pilia2021-12-09 05:46:39 +0100
commit37524f67993ac8bce199c781b5becd2f54f698ad (patch)
treea0041120ab9dd93991e7def54c50323c578fa8cd
parent322433533c85db28995096e6c5af94ed5ada2725 (diff)
downloadaur-37524f67993ac8bce199c781b5becd2f54f698ad.tar.gz
Version 7.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 009d53f6acee..f33a1ef56eef 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.1.1
+ pkgver = 7.2.1
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.1.1.tar.gz
- sha256sums = b7187fc39dcda622ed9dccbc009e92d9fe7e2f446df4204687d14e3bf39b1233
+ source = https://github.com/ggravlingen/pytradfri/archive/7.2.1.tar.gz
+ sha256sums = 42fccfe662008bf3fb2edb9248fa3b319741961bb38377f2f76d0f88ecab8356
pkgname = python-pytradfri
diff --git a/PKGBUILD b/PKGBUILD
index 1cf937303485..e5c92926e128 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.1.1
+pkgver=7.2.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=('b7187fc39dcda622ed9dccbc009e92d9fe7e2f446df4204687d14e3bf39b1233')
+sha256sums=('42fccfe662008bf3fb2edb9248fa3b319741961bb38377f2f76d0f88ecab8356')
package() {
cd "$srcdir/$_pkgname-$pkgver"