summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartino Pilia2022-03-26 13:24:43 +0100
committerMartino Pilia2022-03-26 13:24:43 +0100
commitf8630a5a5c2702a5d3855f27395b4ae00f182891 (patch)
tree4d93e8f59bdcbbd041173cd7833de802bb8c463e /PKGBUILD
parentd9baa1f3fd6a82d11481cb0dbff12ea03ceef94a (diff)
downloadaur-python-pytradfri.tar.gz
Fix pydantic dependency
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'