diff options
Diffstat (limited to 'community/pragha/PKGBUILD')
-rwxr-xr-x | community/pragha/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/community/pragha/PKGBUILD b/community/pragha/PKGBUILD index 7b3fb1b93..6da0d19e4 100755 --- a/community/pragha/PKGBUILD +++ b/community/pragha/PKGBUILD @@ -1,18 +1,19 @@ -# $Id: PKGBUILD 70293 2012-05-03 18:11:39Z ttopper $ +# $Id: PKGBUILD 72449 2012-06-14 17:35:54Z ttopper $ # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> # Contributor: Alois Nespor <alois.nespor@gmail.com> # Contributor: JerichoKru <jerichokru(AT)htomail.com> pkgname=pragha pkgver=1.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="A lightweight GTK+ music manager - fork of Consonance Music Manager." arch=('i686' 'x86_64') url="http://pragha.wikispaces.com/" license=('GPL3') depends=('libnotify' 'libcdio' 'gstreamer0.10-base' 'taglib' 'hicolor-icon-theme' 'gtk2' - 'dbus-glib' 'sqlite' 'desktop-file-utils') + 'dbus-glib' 'sqlite' 'desktop-file-utils' + 'libclastfm') optdepends=('notification-daemon: OSD notification') replaces=('dissonance') install=pragha.install |