summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorm-pilia2017-11-26 13:52:11 +0100
committerm-pilia2017-11-26 13:52:11 +0100
commitd91e2c1d3e694652a1d4660dc6d4a1e2689782cd (patch)
tree3fac100f961115eea5bb2d5b1a1a28db74f2203f
parent4f2160d562e8f9a4697da28fdd1b14201abc6900 (diff)
downloadaur-d91e2c1d3e694652a1d4660dc6d4a1e2689782cd.tar.gz
update to 5.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 129999274046..4804076ee855 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pytradfri
pkgdesc = Python class to communicate with the IKEA Trådfri Gateway
- pkgver = 5.0.0
+ pkgver = 5.1.0
pkgrel = 1
url = https://github.com/ggravlingen/pytradfri
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-pytradfri
depends = python
depends = libcoap-dtls-git
depends = python-aiocoap-git
- source = https://github.com/ggravlingen/pytradfri/archive/5.0.0.tar.gz
- sha512sums = f898bf17dbcf687362ffab9e4daabd2a04dccf8291f8b2ea85b6b3487e3a9881cec9023aadfa8dcc6ceaae8dc2d3e3f412d983b715ef2ed24862eb7add57e3a1
+ source = https://github.com/ggravlingen/pytradfri/archive/5.1.0.tar.gz
+ sha512sums = 465cca20a1d6dd6f5c9fad345109495a535f46e446f62809e756f45d422bf153105b227cbe263a2ec882db2ae314c9cd4f6b317efa7ddedee1f615220a93e0fa
pkgname = python-pytradfri
diff --git a/PKGBUILD b/PKGBUILD
index 2bd8fc52b34c..7cff43871209 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=5.0.0
+pkgver=5.1.0
pkgrel=1
pkgdesc="Python class to communicate with the IKEA Trådfri Gateway"
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python' 'libcoap-dtls-git' 'python-aiocoap-git')
makedepends=('python-setuptools')
source=("https://github.com/ggravlingen/pytradfri/archive/${pkgver}.tar.gz")
-sha512sums=('f898bf17dbcf687362ffab9e4daabd2a04dccf8291f8b2ea85b6b3487e3a9881cec9023aadfa8dcc6ceaae8dc2d3e3f412d983b715ef2ed24862eb7add57e3a1')
+sha512sums=('465cca20a1d6dd6f5c9fad345109495a535f46e446f62809e756f45d422bf153105b227cbe263a2ec882db2ae314c9cd4f6b317efa7ddedee1f615220a93e0fa')
package() {
cd "$srcdir/$_pkgname-$pkgver"