summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2019-10-28 15:05:55 +0200
committerMartino Pilia2019-10-28 15:05:55 +0200
commit6c60998604f934b677766f6af101f003418d67ab (patch)
tree27475de653b2c51550256f6cffab300d61e3c0b1
parentf22f72414cafc54e88f408ac81187c079c595f66 (diff)
downloadaur-6c60998604f934b677766f6af101f003418d67ab.tar.gz
Version 6.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21694f9fc51a..34b05e714251 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pytradfri
pkgdesc = Python class to communicate with the IKEA Trådfri Gateway
- pkgver = 6.3.1
+ pkgver = 6.4.0
pkgrel = 1
url = https://github.com/ggravlingen/pytradfri
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-pytradfri
depends = libcoap-dtls-git
optdepends = python-aiocoap: for asynchronous applications
optdepends = python-dtlssocket: for asynchronous applications
- source = https://github.com/ggravlingen/pytradfri/archive/6.3.1.tar.gz
- sha256sums = a3d9a9d65fa5b6a0a63dbc685c156256e12a92427412657fbae10612a8325669
+ source = https://github.com/ggravlingen/pytradfri/archive/6.4.0.tar.gz
+ sha256sums = 6f3af969dcd7144693934172da6c5ea8f12e18efe816193254540b8d9bd67f11
pkgname = python-pytradfri
diff --git a/PKGBUILD b/PKGBUILD
index 42680befec09..3f1945679a4e 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=6.3.1
+pkgver=6.4.0
pkgrel=1
pkgdesc="Python class to communicate with the IKEA Trådfri Gateway"
arch=('any')
@@ -14,7 +14,7 @@ optdepends=(
)
makedepends=('python-setuptools')
source=("https://github.com/ggravlingen/pytradfri/archive/${pkgver}.tar.gz")
-sha256sums=('a3d9a9d65fa5b6a0a63dbc685c156256e12a92427412657fbae10612a8325669')
+sha256sums=('6f3af969dcd7144693934172da6c5ea8f12e18efe816193254540b8d9bd67f11')
package() {
cd "$srcdir/$_pkgname-$pkgver"