summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorm-pilia2017-10-31 16:05:51 +0100
committerm-pilia2017-10-31 16:05:51 +0100
commit06122003187acd2228e55d8c0c19649abdcdc176 (patch)
tree8895df6bf6de59a51b9d7f5fe275c73487d82fd0
parent58a406fabc022a736c22369b80643b8447c9b03d (diff)
downloadaur-06122003187acd2228e55d8c0c19649abdcdc176.tar.gz
specify dependencies better
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fbe118ff5b2..6f02902582fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-pytradfri
pkgdesc = Python class to communicate with the IKEA Trådfri Gateway
pkgver = 3.0.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ggravlingen/pytradfri
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- depends = libcoap
- depends = python-aiocoap
+ depends = libcoap-dtls-git
+ depends = python-aiocoap-git
source = https://github.com/ggravlingen/pytradfri/archive/3.0.4.tar.gz
sha512sums = d9da312fe93688f7b0b52ebb081adad76c144c5eb5136e8bb81ae4d78843a04e482a98cfdb3e42ef2dde313e1255c0a51727ebd476a82a039608a06fc09c5e68
diff --git a/PKGBUILD b/PKGBUILD
index 4d08ab8a7e62..3a2213e26ed7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
_pkgname=pytradfri
pkgname=python-$_pkgname
pkgver=3.0.4
-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' 'python-aiocoap')
+depends=('python' 'libcoap-dtls-git' 'python-aiocoap-git')
makedepends=('python-setuptools')
source=("https://github.com/ggravlingen/pytradfri/archive/${pkgver}.tar.gz")
sha512sums=('d9da312fe93688f7b0b52ebb081adad76c144c5eb5136e8bb81ae4d78843a04e482a98cfdb3e42ef2dde313e1255c0a51727ebd476a82a039608a06fc09c5e68')