diff options
Diffstat (limited to 'community/pragha/PKGBUILD')
-rwxr-xr-x | community/pragha/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/pragha/PKGBUILD b/community/pragha/PKGBUILD index 9a247db2b..7dd6902ce 100755 --- a/community/pragha/PKGBUILD +++ b/community/pragha/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 54544 2011-08-20 07:24:22Z ttopper $ +# $Id: PKGBUILD 55279 2011-09-08 15:03:04Z 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.98.0 +pkgver=0.99.0 pkgrel=1 pkgdesc="A lightweight GTK+ music manager - fork of Consonance Music Manager." arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ optdepends=('notification-daemon: OSD notification') replaces=('dissonance') install=pragha.install source=(http://dissonance.googlecode.com/files/$pkgname-$pkgver.tar.bz2) -sha1sums=('b648a9fc7881709711097e394a7e854595709772') +sha1sums=('0791335c29121e6288962f4a7fbe074e4db73c9d') build() { cd "$srcdir/$pkgname-$pkgver" |