summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartino Pilia2018-06-10 15:59:23 +0200
committerMartino Pilia2018-06-10 15:59:23 +0200
commitf7e468d50cc1558f3095d27ed33738942204a9a8 (patch)
tree4e4c00d34fcb584754eac0c772fa5add1350befd /PKGBUILD
parent4f9ae02c058f95001f4888f2080ef59e78144005 (diff)
downloadaur-f7e468d50cc1558f3095d27ed33738942204a9a8.tar.gz
version 5.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e9246c2906a..330619d93d16 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.2
+pkgver=5.5.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=('b6326c338365051d9407c0555955626c4c7506e70e77152de76aa806b4abb792d16834f6be850b3f12687a5bff8874051a46f901ae19d298521f8f7b935568f5')
+sha512sums=('b67a9c0abbd3f7b8a7b6a0eb61944903ac084a43855523c037da47fdd3d4f00ea326d74a01b0d78615e96fd40f40a082ce3d077a9df180aa0cccc2757f44f63c')
package() {
cd "$srcdir/$_pkgname-$pkgver"