summaryrefslogtreecommitdiff
path: root/extra/mpc/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/mpc/PKGBUILD')
-rw-r--r--extra/mpc/PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/extra/mpc/PKGBUILD b/extra/mpc/PKGBUILD
index 0344dec07..a3969cd1f 100644
--- a/extra/mpc/PKGBUILD
+++ b/extra/mpc/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 154004 2012-03-21 10:52:38Z bisson $
+# $Id: PKGBUILD 182608 2013-04-10 23:44:08Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
@@ -6,16 +6,17 @@
# Contributor: Link Dupont <link@subpop.net>
pkgname=mpc
-pkgver=0.22
-pkgrel=2.1
+pkgver=0.23
+pkgrel=1
pkgdesc='Minimalist command line interface to MPD'
-url='http://mpd.wikia.com/wiki/Client:Mpc'
+url='http://www.musicpd.org/clients/mpc/'
license=('GPL2')
arch=('i686' 'x86_64' 'mips64el')
-options=('!emptydirs')
depends=('libmpdclient')
-source=("http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('e35414c1f5b25f4e500ceae125adb5bb9063b029')
+source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('25d217b699fd70fd9b65b8b820addf794a109a9c')
+
+options=('!emptydirs')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"