diff options
Diffstat (limited to 'community/synapse/PKGBUILD')
-rw-r--r-- | community/synapse/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/synapse/PKGBUILD b/community/synapse/PKGBUILD index c54dbcd3a..c6a3accf1 100644 --- a/community/synapse/PKGBUILD +++ b/community/synapse/PKGBUILD @@ -1,22 +1,22 @@ -# $Id: PKGBUILD 81698 2012-12-27 01:23:31Z fyan $ +# $Id: PKGBUILD 88681 2013-04-21 22:16:50Z heftig $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: Alessio Sergi <asergi at archlinux dot us> pkgname=synapse pkgver=0.2.10 -pkgrel=3 +pkgrel=5 pkgdesc="A semantic file launcher" arch=('i686' 'x86_64') url="https://launchpad.net/synapse-project" license=('GPL3') -depends=('gtkhotkey' 'hicolor-icon-theme' 'json-glib' 'libgee' 'libnotify' \ +depends=('gtkhotkey' 'hicolor-icon-theme' 'json-glib' 'libgee06' 'libnotify' \ 'libunique' 'libzeitgeist' 'rest' 'xdg-utils') makedepends=('intltool' 'vala') optdepends=('banshee: banshee plugin' 'bc: calculator plugin' 'devhelp: documentation plugin' 'gnome-screensaver: screensaver plugin' - 'gnome-utils: dictionary plugin' + 'gnome-dictionary: dictionary plugin' 'openssh: ssh plugin' 'pastebinit: pastebin plugin' 'rhythmbox: rhythmbox plugin' |