added gnome-keyring dependency

This commit is contained in:
Patrick Ulbrich
2013-07-14 15:57:34 +02:00
parent 1bb5d6ba33
commit cd1d31c8f1

View File

@@ -3,14 +3,14 @@
pkgname=mailnag
pkgver=0.5.2
pkgrel=2
pkgrel=3
pkgdesc="A mail notification daemon for GNOME 3."
arch=('any')
url="https://github.com/pulb/mailnag"
license=('GPL')
depends=('python2' 'python2-gobject' 'python2-httplib2'
'libgnome-keyring' 'python2-xdg' 'python2-dbus'
'libnotify' 'gstreamer0.10-base-plugins')
'libgnome-keyring' 'gnome-keyring' 'python2-xdg'
'python2-dbus' 'libnotify' 'gstreamer0.10-base-plugins')
makedepends=('gettext')
source=('https://launchpad.net/mailnag/trunk/mailnag-master/+download/mailnag-0.5.2.tar.gz')
md5sums=('10bb4d1618dce791f7ae619f81580a68')