summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2018-10-04 12:33:55 +0200
committerMartino Pilia2018-10-04 12:33:55 +0200
commit9205e92441595321265a95fb652ec8dfb8fae5ba (patch)
tree2b04967cfbd54dffc8b0a5282f8bee14e9dcf5a8
parent284fa00d9f4a7a4a83bbcf1127cca13ce62dc15b (diff)
downloadaur-9205e92441595321265a95fb652ec8dfb8fae5ba.tar.gz
version 5.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cc8a10bced1..44b51690aafb 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.6.0
+ pkgver = 5.6.1
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-dtlssocket
- source = https://github.com/ggravlingen/pytradfri/archive/5.6.0.tar.gz
- sha512sums = ce2e1efe25a0ec90aab4a245b8f525b3ace5b7a82ca43c1f1f4d1acd99595cb88253f845f10ee9fba91854ecfd3b1676e204e940db733cd4301f14aaad5d6064
+ source = https://github.com/ggravlingen/pytradfri/archive/5.6.1.tar.gz
+ sha512sums = 0d5f57f9a8d746b8bf88453f3460f364f99912165163a22f0061aa4f620756310ce84f0e1b8c2c7c7f014f5c3df1ec468fa6a9b6cc508bcbf2be0d09ac492d9a
pkgname = python-pytradfri
diff --git a/PKGBUILD b/PKGBUILD
index f47a4c360c74..2d0d07afe0b3 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.6.0
+pkgver=5.6.1
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-dtlssocket')
makedepends=('python-setuptools')
source=("https://github.com/ggravlingen/pytradfri/archive/${pkgver}.tar.gz")
-sha512sums=('ce2e1efe25a0ec90aab4a245b8f525b3ace5b7a82ca43c1f1f4d1acd99595cb88253f845f10ee9fba91854ecfd3b1676e204e940db733cd4301f14aaad5d6064')
+sha512sums=('0d5f57f9a8d746b8bf88453f3460f364f99912165163a22f0061aa4f620756310ce84f0e1b8c2c7c7f014f5c3df1ec468fa6a9b6cc508bcbf2be0d09ac492d9a')
package() {
cd "$srcdir/$_pkgname-$pkgver"