summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortimvisee2021-04-12 11:13:58 +0200
committertimvisee2021-04-12 11:13:58 +0200
commitb7be20095a12610d8295c383ddd57026fd1ec727 (patch)
tree26ac22850d5a52767ce23708002143c9435f503e /PKGBUILD
parent17b488a5b785eae1c045141e9e8679f45e1881dc (diff)
downloadaur-b7be20095a12610d8295c383ddd57026fd1ec727.tar.gz
Add missing libxcb dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 393c141742a7..55b2c807ffa3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=prs-git
pkgver=0.2.7.r1.g0b90393
-pkgrel=2
+pkgrel=3
pkgdesc="Secure, fast & convenient password manager CLI using GPG and git to sync (git)"
arch=('any')
url="https://gitlab.com/timvisee/prs"
license=('GPL3')
-depends=('gpgme' 'dbus')
+depends=('gpgme' 'dbus' 'libxcb')
makedepends=('rust' 'python' 'git')
conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")