summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2018-02-18 15:29:23 +0100
committerMartino Pilia2018-02-18 15:29:23 +0100
commitd38abeb83f2097711b284edcbbb237a054ae70ad (patch)
tree038474d87e8c4401de1e682bc36bc457d8f9c8c8
parentf02bcce76dea3946d1da55f059096cf796078826 (diff)
downloadaur-d38abeb83f2097711b284edcbbb237a054ae70ad.tar.gz
fix dependencies for new version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 111efd97a1a5..dd656142c1e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-pytradfri
pkgdesc = Python class to communicate with the IKEA Trådfri Gateway
pkgver = 5.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ggravlingen/pytradfri
arch = any
license = MIT
makedepends = python-setuptools
depends = python
depends = libcoap-dtls-git
- depends = python-aiocoap-git
+ depends = python-dtlssocket
source = https://github.com/ggravlingen/pytradfri/archive/5.3.1.tar.gz
sha512sums = 8503f4a5ef2706407c935e9a39a8238cd8b3179da6445a2374d9087fcac2e7638a72b394e0a7549dd7ebd5045a10e51affb888a337a41870756e8004e60ff591
diff --git a/PKGBUILD b/PKGBUILD
index 3bf29c877124..2740d551306b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
_pkgname=pytradfri
pkgname=python-$_pkgname
pkgver=5.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python class to communicate with the IKEA Trådfri Gateway"
arch=('any')
url="https://github.com/ggravlingen/pytradfri"
license=('MIT')
-depends=('python' 'libcoap-dtls-git' 'python-aiocoap-git')
+depends=('python' 'libcoap-dtls-git' 'python-dtlssocket')
makedepends=('python-setuptools')
source=("https://github.com/ggravlingen/pytradfri/archive/${pkgver}.tar.gz")
sha512sums=('8503f4a5ef2706407c935e9a39a8238cd8b3179da6445a2374d9087fcac2e7638a72b394e0a7549dd7ebd5045a10e51affb888a337a41870756e8004e60ff591')