summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Rehfeld2024-05-01 13:00:13 +0200
committerHauke Rehfeld2024-05-01 13:00:13 +0200
commit8449292b8c04b19c61e572c012b745987a24c556 (patch)
tree9085c4d58505133e20ce7044e0109366e67f1fed
parent2535146cd7540bdc0e0453bff1bb28c56e2fd985 (diff)
downloadaur-8449292b8c04b19c61e572c012b745987a24c556.tar.gz
fix: depends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5533081e0e3c..5cf6f3d16743 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgrel=1
pkgdesc="Access the KeepassXC Browser API from python"
arch=(any)
url="https://github.com/hrehfeld/python-keepassxc-browser"
-depends=("python-libnacl" "python")
license=('AGPL-3.0')
+depends=("python-pysodium" "python")
makedepends=("python" "python-pip")
build() {
pip install --upgrade --no-deps --target="keepassxc-browser" keepassxc-browser==${pkgver}