diff options
author | root <root@rshg054.dnsready.net> | 2012-02-09 23:14:54 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-09 23:14:54 +0000 |
commit | 4bc61018eec54dbe50e7556ce01d2ef2859b2c9f (patch) | |
tree | 3ea5705a573fd320639395f484fc12335e0a1b88 /community/pragha/PKGBUILD | |
parent | 54b7119c36756b86ea463649ee972cd6c1ce5863 (diff) |
Thu Feb 9 23:14:54 UTC 2012
Diffstat (limited to 'community/pragha/PKGBUILD')
-rwxr-xr-x | community/pragha/PKGBUILD | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/community/pragha/PKGBUILD b/community/pragha/PKGBUILD index b06b030e6..ee8d7bdf3 100755 --- a/community/pragha/PKGBUILD +++ b/community/pragha/PKGBUILD @@ -1,24 +1,23 @@ -# $Id: PKGBUILD 60201 2011-12-07 14:41:34Z arodseth $ +# $Id: PKGBUILD 64036 2012-02-08 19:28:46Z 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=0.99.1.1 +pkgver=1.0 pkgrel=1 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' 'curl' - 'taglib' 'gstreamer0.10' 'hicolor-icon-theme' - 'gtk2' 'dbus-glib' 'dbus-core' - 'sqlite3' 'glib2' 'desktop-file-utils') +depends=('libnotify' 'libcdio' 'gstreamer0.10-base' + 'taglib' 'hicolor-icon-theme' 'gtk2' + 'dbus-glib' 'sqlite3' 'desktop-file-utils') optdepends=('notification-daemon: OSD notification') replaces=('dissonance') install=pragha.install source=(http://dissonance.googlecode.com/files/$pkgname-$pkgver.tar.bz2) -sha1sums=('25ff36e8a197f45edf7309072f1bd55785d9843d') +sha1sums=('b4d2780b065e3141489dcc27c121f01b1d47227c') build() { cd "$srcdir/$pkgname-$pkgver" |