summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKenjiTakahashi2018-02-16 23:13:22 +0100
committerKenjiTakahashi2018-02-16 23:13:22 +0100
commitc05073ad6385ed4534dbc972d714862cb04c6557 (patch)
treeab7a979eb8e666165af442f64579257e9d2e7351 /PKGBUILD
parent1a162c1f9beef0e569b050eb02d0e5cf7de6a0ce (diff)
downloadaur-c05073ad6385ed4534dbc972d714862cb04c6557.tar.gz
0.20.17-1: Bumped version
Disabled zziplib support.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7815ed3760bd..73929356a570 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@
# Contributor: Ben <ben@benmazer.net>
pkgname=mpd-light-pulse
-pkgver=0.20.6
+pkgver=0.20.17
_majorver=0.20
pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music. Light version without libmpdclient, openal, ao, ffmpeg, jack, modplug, shout, sidplay, soundcloud, wavpack, fluidsynth, avahi, smbclient support.'
+pkgdesc='Flexible, powerful, server-side application for playing music. Light version without libmpdclient, openal, ao, ffmpeg, jack, modplug, shout, sidplay, soundcloud, wavpack, fluidsynth, avahi, smbclient, zziplib support.'
url='https://www.musicpd.org/'
license=('GPL')
arch=('i686' 'x86_64' 'armv6h')
@@ -23,9 +23,9 @@ replaces=('mpd')
source=("https://www.musicpd.org/download/mpd/${_majorver}/mpd-${pkgver}.tar.xz"
'mpd.tmpfile'
'mpd.conf')
-sha1sums=('33bb4023e77efc17f041c4a864844138a2968903'
- 'f4d5922abb69abb739542d8e93f4dfd748acdad7'
- 'fd581b976f4931abf9b849224dcb38a73af14af0')
+sha256sums=('2cb0e7f0e219df60a04b3c997d8ed7ad458ebfd89fd045e03fbe727277d5dac1'
+ 'c1683ba35774c85e16c70e89f7e2ed1c09619512b1a273daabbd5e34d40439bd'
+ 'e213c108cd0e076b5cc07091707ef75d74d9ac8c779d0c0128cd0aa69617f8a0')
backup=('etc/mpd.conf')
install=mpd.install
@@ -47,6 +47,7 @@ build() {
--disable-sidplay \
--disable-soundcloud \
--disable-wavpack \
+ --disable-zzip \
--with-zeroconf=no \
--disable-smbclient \
--disable-fluidsynth \