summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e6f020f4aa5..5271f48e0624 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=passbook
pkgver=0.2
-pkgrel=1
+pkgrel=2
pkgdesc='A password manager for GNOME'
arch=('any')
url='https://gitlab.gnome.org/gnumdk/passbook'
@@ -11,6 +11,9 @@ depends=(
'gtk3' 'python-cairo'
'python-dbus' 'python-gobject'
)
+optdepends=(
+ 'python-pykeepass'
+)
makedepends=(
'git' 'gobject-introspection' 'intltool' 'itstool' 'meson' 'python'
)