summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Pagani2017-02-12 21:04:19 +0100
committerBruno Pagani2017-02-12 21:04:19 +0100
commitdc6fd17c3ddec009464729266372b37866ac053b (patch)
tree9755838b9a18623d1efa8b0a590bb587e1ef10e1
parent653ace60db8934ddf8dd4d860f5083e44d8d1c80 (diff)
downloadaur-dc6fd17c3ddec009464729266372b37866ac053b.tar.gz
upgpkg: mpd-minimal 0.20.4-1
upstream release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf7e5b39ccdf..2458f2d33b27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mpd-minimal
pkgdesc = Flexible, powerful, server-side application for playing music. Minimal version with only flac playback through socket connection as user.
- pkgver = 0.20.2
+ pkgver = 0.20.4
pkgrel = 1
url = https://www.musicpd.org/
arch = i686
@@ -13,12 +13,12 @@ pkgbase = mpd-minimal
depends = icu
depends = libmpdclient
depends = sqlite
- provides = mpd=0.20.2
+ provides = mpd=0.20.4
conflicts = mpd
- source = https://www.musicpd.org//download/mpd/0.20/mpd-0.20.2.tar.xz
- source = https://www.musicpd.org//download/mpd/0.20/mpd-0.20.2.tar.xz.sig
+ source = https://www.musicpd.org//download/mpd/0.20/mpd-0.20.4.tar.xz
+ source = https://www.musicpd.org//download/mpd/0.20/mpd-0.20.4.tar.xz.sig
validpgpkeys = 0392335A78083894A4301C43236E8A58C6DB4512
- sha256sums = 552a87d71c2981baeddf28c1856a7e071ea0236dd38bc75ec25d58529605ff77
+ sha256sums = 712b25351c12616630c580204e1c3dcba3ae2993a56cff1c346c87e334d69728
sha256sums = SKIP
pkgname = mpd-minimal
diff --git a/PKGBUILD b/PKGBUILD
index 20a2212e92a7..ecc20cdb2c12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=mpd
pkgname=${_pkgname}-minimal
-pkgver=0.20.2
+pkgver=0.20.4
pkgrel=1
pkgdesc="Flexible, powerful, server-side application for playing music. Minimal version with only flac playback through socket connection as user."
url="https://www.musicpd.org/"
@@ -13,7 +13,7 @@ makedepends=('boost')
provides=("${_pkgname}=$pkgver")
conflicts=("${_pkgname}")
source=("${url}/download/${_pkgname}/${pkgver:0:4}/${_pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('552a87d71c2981baeddf28c1856a7e071ea0236dd38bc75ec25d58529605ff77' 'SKIP')
+sha256sums=('712b25351c12616630c580204e1c3dcba3ae2993a56cff1c346c87e334d69728' 'SKIP')
validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512') # Max Kellermann <max@musicpd.org>
build() {
@@ -32,6 +32,7 @@ build() {
--disable-largefile \
--disable-nfs \
--disable-smbclient \
+ --disable-webdav \
--disable-aac \
--disable-adplug \
--disable-audiofile \
@@ -55,6 +56,7 @@ build() {
--disable-ao \
--enable-alsa \
--enable-fifo \
+ --disable-haiku \
--disable-httpd-output \
--disable-jack \
--disable-mms \
@@ -66,8 +68,10 @@ build() {
--disable-recorder-output \
--disable-roar \
--disable-shout \
+ --disable-sndio \
--disable-solaris-output \
--disable-cdio-paranoia \
+ --disable-cue \
--disable-curl \
--disable-soundcloud \
--disable-lame-encoder \
@@ -87,6 +91,7 @@ build() {
--disable-inotify \
--enable-libmpdclient \
--enable-database \
+ --enable-daemon \
--enable-sqlite \
--enable-icu \
--disable-systemd-daemon \