diff options
author | root <root@rshg054.dnsready.net> | 2012-08-24 00:02:55 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-08-24 00:02:55 +0000 |
commit | 12b846e1ead204137d60caba25f7e494b51b4dc8 (patch) | |
tree | e8327cdc1039abdd8ea72f35ca9ba2cb60569a38 /community/pragha/PKGBUILD | |
parent | 321ac14a17f6fddead571221187604e3ce254451 (diff) |
Fri Aug 24 00:02:54 UTC 2012
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 c0c3379f1..ea590746b 100755 --- a/community/pragha/PKGBUILD +++ b/community/pragha/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 72729 2012-06-21 16:19:43Z ttopper $ +# $Id: PKGBUILD 75419 2012-08-22 19:34:43Z 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.1.0.1 +pkgver=1.1.1 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=("https://github.com/downloads/matiasdelellis/pragha/$pkgname-$pkgver.tar.bz2") -sha1sums=('2db115a7f263ea8bcac446590ccc32cae7542c93') +sha1sums=('a7b839df5799263f870ea65a7f272015e24637e9') build() { cd "$srcdir/$pkgname-$pkgver" |