summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5300a602c2de..0ceb817cdd4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,15 @@
_pkgname=pytradfri
pkgname=python-$_pkgname
pkgver=10.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python class to communicate with the IKEA Trådfri Gateway"
arch=('any')
url="https://github.com/home-assistant-libs/pytradfri"
license=('MIT')
-depends=('libcoap')
+depends=(
+ 'libcoap'
+ 'python-pydantic'
+)
optdepends=(
'python-aiocoap: for asynchronous applications'
'python-dtlssocket: for asynchronous applications'