summaryrefslogtreecommitdiff
path: root/mpd
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-11-07 08:55:23 +0000
committerTim Biermann <tbier@posteo.de>2020-11-07 13:14:22 +0000
commita8f1d08e515837077745fc176511f75f06c265da (patch)
treef59829b2c1170fa5bda45fab2464de28eb54910d /mpd
parent92acf496481a2c01d255454b2a6d5aeb2b743288 (diff)
downloadcontrib-a8f1d08e515837077745fc176511f75f06c265da.tar.gz
contrib-a8f1d08e515837077745fc176511f75f06c265da.tar.xz
mpd: 0.22.2 -> 0.22.3
Diffstat (limited to 'mpd')
-rw-r--r--mpd/.signature6
-rw-r--r--mpd/Pkgfile4
2 files changed, 5 insertions, 5 deletions
diff --git a/mpd/.signature b/mpd/.signature
index 9a311e151..3411bc2bc 100644
--- a/mpd/.signature
+++ b/mpd/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF32lTjnQR2sUtO3IXPYzSp9bJtFpuxYZlb14V7IIPzJO/PDXa96XwpcdzUfI1dz/0sP/49Nqc37rbHInfJXoUfAo=
-SHA256 (Pkgfile) = dfb14d440d743a209a5db45344cc0166a1eb5c71c56db79b339fb5212968d6f4
+RWSagIOpLGJF365xNm8QEWN1ilMKJDCBlZrTp4e9JKNa/o/52OZM1GJJVYZab1n446xtcUF8J9gYBmPgui8KdL0lDLeKr4RI+QE=
+SHA256 (Pkgfile) = 5e73d05c4cb4fcaced699284559fcf0fab2516bebc8417ed264497ae0cc69f05
SHA256 (.footprint) = fbed54c68de1c373369d75e82e5ae5c6fb470a1841286a16a135ce21deb42de9
-SHA256 (mpd-0.22.2.tar.xz) = 361b5b2f0797f14d2a7df64e63ae758e71b22aba08050df7ea7f2854f2918d36
+SHA256 (mpd-0.22.3.tar.xz) = 338012037b5e67730529187c555a54cc567a85b15a7e8ddb3a807b1971566ccf
SHA256 (mpd) = ec90dbf45d72c30b0837e2caed55df9c28b00416a92838012e1aea8cfe704ce3
diff --git a/mpd/Pkgfile b/mpd/Pkgfile
index 1e86c628f..2e8681904 100644
--- a/mpd/Pkgfile
+++ b/mpd/Pkgfile
@@ -5,7 +5,7 @@
# Optional: faad2 flac audiofile python3-sphinx
name=mpd
-version=0.22.2
+version=0.22.3
release=1
#source=(https://www.musicpd.org/download/mpd/$version/$name-$version.tar.xz mpd)
source=(https://www.musicpd.org/download/mpd/${version%.*}/$name-$version.tar.xz mpd)
@@ -13,9 +13,9 @@ source=(https://www.musicpd.org/download/mpd/${version%.*}/$name-$version.tar.xz
build() {
meson setup $name-$version build \
--prefix=/usr \
+ --sysconfdir=/etc/mpd \
--buildtype=plain \
-Db_ndebug=true \
- --sysconfdir=/etc/mpd \
-Dmpcdec=disabled \
-Ddocumentation=disabled
meson compile -C build -j ${JOBS-1}

Generated by cgit