Date: Wednesday, December 14, 2016 @ 04:00:23 Author: bisson Revision: 283131
upstream update Modified: mpd/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-13 22:01:32 UTC (rev 283130) +++ PKGBUILD 2016-12-14 04:00:23 UTC (rev 283131) @@ -6,8 +6,8 @@ # Contributor: Ben <[email protected]> pkgname=mpd -pkgver=0.19.20 -pkgrel=2 +pkgver=0.19.21 +pkgrel=1 pkgdesc='Flexible, powerful, server-side application for playing music' url='https://www.musicpd.org/' license=('GPL') @@ -21,7 +21,7 @@ source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig} 'tmpfiles.d' 'conf') -sha1sums=('7f8ec89d9bfee6a85e03746c69c5bf7c7190cba7' 'SKIP' +sha1sums=('27dd903f4f7c0f5ffeb85e6820c02d2b82485572' 'SKIP' 'f4d5922abb69abb739542d8e93f4dfd748acdad7' '291fd5cda9f0845834a553017327c4586bd853f6') @@ -47,7 +47,9 @@ --enable-pipe-output \ --enable-pulse \ --disable-sidplay \ - --with-systemdsystemunitdir=/usr/lib/systemd/system + --with-systemduserunitdir=/usr/lib/systemd/user \ + --with-systemdsystemunitdir=/usr/lib/systemd/system \ + make }
