summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c15bbf565b8b..b6774fed1902 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = seahorse-git
pkgdesc = GNOME application for managing encryption keys and passwords in the GNOME Keyring.
- pkgver = 3.32+94+gf4c3086b
+ pkgver = 3.36+3+g91493c26
pkgrel = 1
url = https://wiki.gnome.org/Apps/Seahorse
arch = x86_64
@@ -18,6 +18,7 @@ pkgbase = seahorse-git
depends = gpgme
depends = gnome-keyring
depends = libpwquality
+ depends = libhandy
provides = x11-ssh-askpass
conflicts = seahorse
options = debug
diff --git a/PKGBUILD b/PKGBUILD
index f390cbeead35..4d688bcec7c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: Michel Brabants <michel.linux@tiscali.be>
pkgname=seahorse-git
-pkgver=3.32+94+gf4c3086b
+pkgver=3.36+3+g91493c26
pkgrel=1
pkgdesc="GNOME application for managing encryption keys and passwords in the
GNOME Keyring."
@@ -13,7 +13,7 @@ url="https://wiki.gnome.org/Apps/Seahorse"
arch=(x86_64)
license=(GPL)
options=(debug !strip)
-depends=(gtk3 gcr libsecret libsoup gpgme gnome-keyring libpwquality)
+depends=(gtk3 gcr libsecret libsoup gpgme gnome-keyring libpwquality libhandy)
conflicts=('seahorse')
provides=('seahorse')
makedepends=(libldap yelp-tools gobject-introspection vala git meson)