summaryrefslogtreecommitdiff
path: root/community/pragha/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/pragha/PKGBUILD')
-rwxr-xr-xcommunity/pragha/PKGBUILD13
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"