diff options
author | root <root@rshg054.dnsready.net> | 2012-07-03 00:01:39 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-03 00:01:39 +0000 |
commit | 20bf19bd85f0a70a575491c17aa7354c1a8fd97d (patch) | |
tree | 02df493dfd5b9a49199e90c29d552ba6c512050a /staging | |
parent | 9d209f25af63a35774000e87df4e188057f71b2f (diff) |
Tue Jul 3 00:01:39 UTC 2012
Diffstat (limited to 'staging')
-rw-r--r-- | staging/mpd/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/staging/mpd/PKGBUILD b/staging/mpd/PKGBUILD index 17183d011..64f1527fb 100644 --- a/staging/mpd/PKGBUILD +++ b/staging/mpd/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 160682 2012-06-03 17:43:39Z bisson $ +# $Id: PKGBUILD 162849 2012-07-01 23:58:44Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> @@ -6,8 +6,8 @@ # Contributor: Ben <ben@benmazer.net> pkgname=mpd -pkgver=0.16.8 -pkgrel=4 +pkgver=0.17 +pkgrel=2 pkgdesc='Flexible, powerful, server-side application for playing music' url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki' license=('GPL') @@ -19,7 +19,7 @@ makedepends=('doxygen') source=("http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2" 'tmpfiles.d' 'rc.d') -sha1sums=('977c80db8dc64e65c2bc523f69a9a7a71adca2b1' +sha1sums=('36201f32ca5729b62b0e6cbddb19ade20ee3f7d7' 'f4d5922abb69abb739542d8e93f4dfd748acdad7' '3470d489565f0ed479f1665dd2876f66acb5a585') |