diff options
author | root <root@rshg054.dnsready.net> | 2013-06-03 00:08:24 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-03 00:08:24 -0700 |
commit | 1f86bf1b08cb980cea57c1d4d3187e2251f5a63b (patch) | |
tree | 1d7dc66a7f904a5e311c2924518469c9b72a3c82 /community/pragha/PKGBUILD | |
parent | 8831500349d38b0b1afcb74ada3f6878c31fb6ef (diff) |
Mon Jun 3 00:08:24 PDT 2013
Diffstat (limited to 'community/pragha/PKGBUILD')
-rw-r--r-- | community/pragha/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/community/pragha/PKGBUILD b/community/pragha/PKGBUILD index 10f1bfd2b..2687a2786 100644 --- a/community/pragha/PKGBUILD +++ b/community/pragha/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 82336 2013-01-15 11:35:08Z allan $ +# $Id: PKGBUILD 92211 2013-06-02 19:15:02Z bpiotrowski $ # 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.1.1 -pkgrel=2 +pkgver=1.1.2 +pkgrel=1 pkgdesc="A lightweight GTK+ music manager - fork of Consonance Music Manager." arch=('i686' 'x86_64') url="http://pragha.wikispaces.com/" @@ -15,12 +15,13 @@ depends=('libnotify' 'libcdio-paranoia' 'gstreamer0.10-base' 'dbus-glib' 'sqlite' 'desktop-file-utils' 'libclastfm') optdepends=('notification-daemon: OSD notification') +makedepends=('intltool') replaces=('dissonance') install=pragha.install -source=("https://github.com/downloads/matiasdelellis/pragha/$pkgname-$pkgver.tar.bz2" +source=("http://dissonance.googlecode.com/files/pragha-$pkgver.tar.bz2" cdio-includes.patch) -sha1sums=('a7b839df5799263f870ea65a7f272015e24637e9' - '05a2e007800dc5395a0bb7f026ec7e388cd9488c') +sha1sums=('3e6456275a216110bd6942b2dc19b1120f4d14e5' + '83b366be516b4c09dbccbb25b473f2de545bdbe8') build() { cd "$srcdir/$pkgname-$pkgver" |