summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2018-03-23 07:44:38 +0100
committerMartino Pilia2018-03-23 07:44:38 +0100
commita02598d704afff594aaf45328b8ad5bcac52646b (patch)
tree6bd824ee2598fbdf0c5c737797b11e140910b049
parent2ef7e1882f2d6ae039478ae2c9094609438aa11f (diff)
downloadaur-a02598d704afff594aaf45328b8ad5bcac52646b.tar.gz
version 5.4.1 (Re-add supported features)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 898ba5b7d534..5237e0f00359 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.4.0
+ pkgver = 5.4.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.4.0.tar.gz
- sha512sums = edb2a174d006bc780dea2dec8964452693a60f1df50bf5896b33d88957f6a33c6764398795a7d7e5c3b58073b33e98cac1ddc5fd407e97609b0a41bdb599e4af
+ source = https://github.com/ggravlingen/pytradfri/archive/5.4.1.tar.gz
+ sha512sums = 0b257c2927900adeee10c35ad306d3604162630355c2f179cf9e74bfa4386ed29f0a3e7575b83f4989498a606ad132fff7a184d4eb03581dbb65a21705d0b117
pkgname = python-pytradfri
diff --git a/PKGBUILD b/PKGBUILD
index e5534826e389..d783c8559562 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.4.0
+pkgver=5.4.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=('edb2a174d006bc780dea2dec8964452693a60f1df50bf5896b33d88957f6a33c6764398795a7d7e5c3b58073b33e98cac1ddc5fd407e97609b0a41bdb599e4af')
+sha512sums=('0b257c2927900adeee10c35ad306d3604162630355c2f179cf9e74bfa4386ed29f0a3e7575b83f4989498a606ad132fff7a184d4eb03581dbb65a21705d0b117')
package() {
cd "$srcdir/$_pkgname-$pkgver"