summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosef Vybíhal2019-03-19 13:28:29 +0100
committerJosef Vybíhal2019-03-19 13:28:29 +0100
commitabb190d26a8145fa81d012c3b78c5da574ea15de (patch)
tree1072b333f8ad3f9feae5da620382b9367e1720c2
parent5ac2e828662a61691bd4c6b3cb73931524257c9d (diff)
downloadaur-abb190d26a8145fa81d012c3b78c5da574ea15de.tar.gz
Added libpwquality as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aecd44f2e1d0..ede0e0070d24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = seahorse-git
pkgdesc = GNOME application for managing encryption keys and passwords in the GNOME Keyring.
pkgver = 3.32+6+gc963582c
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.gnome.org/Apps/Seahorse
arch = x86_64
license = GPL
@@ -17,6 +17,7 @@ pkgbase = seahorse-git
depends = libsoup
depends = gpgme
depends = gnome-keyring
+ depends = libpwquality
provides = x11-ssh-askpass
conflicts = seahorse
source = git+https://gitlab.gnome.org/GNOME/seahorse.git
diff --git a/PKGBUILD b/PKGBUILD
index 4d43a55c902d..a1fd5e5da542 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
# Contributor: Michel Brabants <michel.linux@tiscali.be>
pkgname=seahorse-git
pkgver=3.32+6+gc963582c
-pkgrel=1
+pkgrel=2
pkgdesc="GNOME application for managing encryption keys and passwords in the
GNOME Keyring."
url="https://wiki.gnome.org/Apps/Seahorse"
arch=(x86_64)
license=(GPL)
-depends=(gtk3 gcr libsecret libsoup gpgme gnome-keyring)
+depends=(gtk3 gcr libsecret libsoup gpgme gnome-keyring libpwquality)
conflicts=('seahorse')
provides=('seahorse')
makedepends=(libldap yelp-tools gobject-introspection vala git meson)