summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2018-02-03 11:10:59 +0100
committerMartino Pilia2018-02-03 11:10:59 +0100
commitf02bcce76dea3946d1da55f059096cf796078826 (patch)
tree26f3878b746e8082f2622e31353455d4d92ce7b1
parent5b5a5cfa3efc57fad85463961493cf64c4cf7852 (diff)
downloadaur-f02bcce76dea3946d1da55f059096cf796078826.tar.gz
release 5.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2dff3be5e118..111efd97a1a5 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.3.0
+ pkgver = 5.3.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-aiocoap-git
- source = https://github.com/ggravlingen/pytradfri/archive/5.3.0.tar.gz
- sha512sums = 56709ccb5150625213f6d13d36d5bfff97bce0ad1e8134e38bb81c5119d48b9ba3601f4ad2d2a11e810c49a2ac663e984aad2e2edd6d55ee2355d7a804282b98
+ source = https://github.com/ggravlingen/pytradfri/archive/5.3.1.tar.gz
+ sha512sums = 8503f4a5ef2706407c935e9a39a8238cd8b3179da6445a2374d9087fcac2e7638a72b394e0a7549dd7ebd5045a10e51affb888a337a41870756e8004e60ff591
pkgname = python-pytradfri
diff --git a/PKGBUILD b/PKGBUILD
index ee1fea7175e2..3bf29c877124 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.3.0
+pkgver=5.3.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-aiocoap-git')
makedepends=('python-setuptools')
source=("https://github.com/ggravlingen/pytradfri/archive/${pkgver}.tar.gz")
-sha512sums=('56709ccb5150625213f6d13d36d5bfff97bce0ad1e8134e38bb81c5119d48b9ba3601f4ad2d2a11e810c49a2ac663e984aad2e2edd6d55ee2355d7a804282b98')
+sha512sums=('8503f4a5ef2706407c935e9a39a8238cd8b3179da6445a2374d9087fcac2e7638a72b394e0a7549dd7ebd5045a10e51affb888a337a41870756e8004e60ff591')
package() {
cd "$srcdir/$_pkgname-$pkgver"