diff options
author | root <root@rshg054.dnsready.net> | 2013-04-07 00:54:45 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-07 00:54:45 -0700 |
commit | 5abba8ccfedfb13f07a34eb4b6afbe4f30a8f767 (patch) | |
tree | 67c71a4fc1f20a59b619c908f6a53c2cde2b46c9 /community/pidgin-libnotify | |
parent | afcab02cc1bc97b4090668931e372fd47cedf04d (diff) |
Sun Apr 7 00:54:38 PDT 2013
Diffstat (limited to 'community/pidgin-libnotify')
-rw-r--r-- | community/pidgin-libnotify/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/pidgin-libnotify/PKGBUILD b/community/pidgin-libnotify/PKGBUILD index 3b8299727..cd5fa8149 100644 --- a/community/pidgin-libnotify/PKGBUILD +++ b/community/pidgin-libnotify/PKGBUILD @@ -4,14 +4,14 @@ pkgname=pidgin-libnotify pkgver=0.14 -pkgrel=6 +pkgrel=7 arch=('i686' 'x86_64') pkgdesc="pidgin plugin that enables popups when someone logs in or messages you." url="http://gaim-libnotify.sourceforge.net/" license=('GPL') -depends=('pidgin' 'libnotify' 'perlxml' 'gettext' 'notification-daemon') -makedepends=('libtool' 'intltool') -replaces=('gaim-libnotify') +depends=('pidgin' 'libnotify') +makedepends=('intltool') +optdepends=('notification-daemon') options=(!libtool) source=(http://downloads.sourceforge.net/sourceforge/gaim-libnotify/$pkgname-$pkgver.tar.gz language_fixes.patch pidgin-libnotify-0.14-libnotify-0.7.patch pidgin-libnotify-showbutton.patch) |