summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJason Scurtu2015-10-12 11:29:37 +0200
committerJason Scurtu2015-10-12 11:29:37 +0200
commitaa4912e58e749000f23aaf0ee5ad2051da536513 (patch)
tree871a17b316d5f0603070bb08183a326ed06bac41 /PKGBUILD
parentd5a111ff713532c475e45efddc43abd9ab02285f (diff)
downloadaur-aa4912e58e749000f23aaf0ee5ad2051da536513.tar.gz
replaced polkit with keyring to optdepends
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de33fd97ac50..6b85e9dc2384 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
url='https://launchpad.net/feedreader'
license=('GPL3')
depends=('sqlite3' 'gtk3' 'webkit2gtk' 'libnotify' 'html2text-with-utf8' 'libsoup' 'libgee' 'json-glib' 'libsecret' 'libxml2' 'rest')
-optdepends=('polkit-gnome: needed for authentification in Cinnamon, Gnome')
+optdepends=('gnome-keyring: needed for authentification in Cinnamon, Gnome')
makedepends=('vala' 'gobject-introspection' 'cmake')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")