mirror of
https://github.com/pulb/mailnag.git
synced 2026-05-07 08:05:56 +02:00
added gnome-keyring dependency
This commit is contained in:
6
PKGBUILD
6
PKGBUILD
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user