Date: Tuesday, June 3, 2014 @ 13:03:30 Author: bisson Revision: 214078
upstream update Modified: mpc/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-06-03 09:48:57 UTC (rev 214077) +++ PKGBUILD 2014-06-03 11:03:30 UTC (rev 214078) @@ -6,7 +6,7 @@ # Contributor: Link Dupont <[email protected]> pkgname=mpc -pkgver=0.25 +pkgver=0.26 pkgrel=1 pkgdesc='Minimalist command line interface to MPD' url='http://www.musicpd.org/clients/mpc/' @@ -14,7 +14,7 @@ arch=('i686' 'x86_64') depends=('libmpdclient') source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}) -sha1sums=('c649cd19e4195749ca7da309c10acd53ac139b49' 'SKIP') +sha1sums=('dd1577cfff1d8324bc27c97fb26d88b845118800' 'SKIP') options=('!emptydirs')
