summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 330619d93d16..f47a4c360c74 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.5.1
+pkgver=5.6.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-dtlssocket')
makedepends=('python-setuptools')
source=("https://github.com/ggravlingen/pytradfri/archive/${pkgver}.tar.gz")
-sha512sums=('b67a9c0abbd3f7b8a7b6a0eb61944903ac084a43855523c037da47fdd3d4f00ea326d74a01b0d78615e96fd40f40a082ce3d077a9df180aa0cccc2757f44f63c')
+sha512sums=('ce2e1efe25a0ec90aab4a245b8f525b3ace5b7a82ca43c1f1f4d1acd99595cb88253f845f10ee9fba91854ecfd3b1676e204e940db733cd4301f14aaad5d6064')
package() {
cd "$srcdir/$_pkgname-$pkgver"