summaryrefslogtreecommitdiff
path: root/user/libgnome-keyring/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/libgnome-keyring/APKBUILD')
-rw-r--r--user/libgnome-keyring/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/user/libgnome-keyring/APKBUILD b/user/libgnome-keyring/APKBUILD
index 72fad7671..030194fc5 100644
--- a/user/libgnome-keyring/APKBUILD
+++ b/user/libgnome-keyring/APKBUILD
@@ -6,9 +6,11 @@ pkgrel=0
pkgdesc="Gnome library for secure authentication storage"
url="https://gnome.org"
arch="all"
+options="!check" # Test suite requires py-dbus.
license="GPL-2.0+ AND LGPL-2.1+ AND LGPL-2.0+"
depends=""
-makedepends="dbus-dev dbus-glib-dev gobject-introspection-dev intltool"
+makedepends="dbus-dev dbus-glib-dev gobject-introspection-dev intltool
+ libgcrypt-dev"
subpackages="$pkgname-dev $pkgname-doc"
source="https://download.gnome.org/sources/libgnome-keyring/${pkgver%.*}/libgnome-keyring-$pkgver.tar.xz"