summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosef Vybíhal2020-03-28 11:21:40 +0100
committerJosef Vybíhal2020-03-28 11:21:40 +0100
commit79916b846bf51a9bfbd626dfded2abb054fc17af (patch)
tree876f163ffc12955119279fa67f9156dcc02f36c3
parent5bbf4836f95a92c0069313784fac618f34b1d0e5 (diff)
downloadaur-79916b846bf51a9bfbd626dfded2abb054fc17af.tar.gz
3.36+3+g91493c26
-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)