summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorMartchus2022-07-09 13:49:18 +0200
committerMartchus2022-07-09 13:49:18 +0200
commit605a3cf3480ae301669fa425e4b8d9eb4c55bea4 (patch)
tree2093fc87a49db520d8a7ca0637d977399b8155d2 /.SRCINFO
parent375e28296cc8657f380312482f1c5ae64a489060 (diff)
downloadaur-605a3cf3480ae301669fa425e4b8d9eb4c55bea4.tar.gz
Use library dependencies
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO8
1 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 662358140531..8f587e12df7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = passwordmanager-qt6
pkgdesc = A simple password store using AES-256-CBC encryption via OpenSSL
pkgver = 4.1.9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Martchus/passwordmanager
arch = i686
arch = x86_64
@@ -14,9 +14,11 @@ pkgbase = passwordmanager-qt6
makedepends = qt6-tools
makedepends = clang
makedepends = mesa
+ makedepends = qt6-declarative
depends = qt6-base
- depends = qtutilities-qt6
- depends = passwordfile
+ depends = libqtutilities-qt6.so
+ depends = libpasswordfile.so
+ depends = libc++utilities.so
depends = openssl
depends = libxkbcommon-x11
depends = desktop-file-utils