diff options
author | root <root@rshg054.dnsready.net> | 2012-04-08 00:02:42 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-08 00:02:42 +0000 |
commit | 37e364f033ed6db243d6db524075d8c5394c90f9 (patch) | |
tree | db3bb1bc5749bee5a51cb403c0b944b52cb10fc3 /community/pragha/PKGBUILD | |
parent | 2317ee13e2342fd8b81ffaf3a427fd4bb096ec28 (diff) |
Sun Apr 8 00:02:42 UTC 2012
Diffstat (limited to 'community/pragha/PKGBUILD')
-rwxr-xr-x | community/pragha/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/pragha/PKGBUILD b/community/pragha/PKGBUILD index 3c340eaaa..d7afdc8de 100755 --- a/community/pragha/PKGBUILD +++ b/community/pragha/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 66304 2012-02-23 13:45:07Z allan $ +# $Id: PKGBUILD 68966 2012-04-06 15:03:02Z 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.0 -pkgrel=2 +pkgver=1.0.1 +pkgrel=1 pkgdesc="A lightweight GTK+ music manager - fork of Consonance Music Manager." arch=('i686' 'x86_64') url="http://pragha.wikispaces.com/" @@ -16,8 +16,8 @@ depends=('libnotify' 'libcdio' 'gstreamer0.10-base' optdepends=('notification-daemon: OSD notification') replaces=('dissonance') install=pragha.install -source=(http://dissonance.googlecode.com/files/$pkgname-$pkgver.tar.bz2) -sha1sums=('b4d2780b065e3141489dcc27c121f01b1d47227c') +source=("https://github.com/downloads/matiasdelellis/pragha/$pkgname-$pkgver.tar.bz2") +sha1sums=('607e54233305d6774dcd66327969533b6f2c6847') build() { cd "$srcdir/$pkgname-$pkgver" |