diff options
author | Tim Biermann <tbier@posteo.de> | 2020-11-07 08:55:23 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-11-07 13:14:22 +0000 |
commit | a8f1d08e515837077745fc176511f75f06c265da (patch) | |
tree | f59829b2c1170fa5bda45fab2464de28eb54910d /mpd/Pkgfile | |
parent | 92acf496481a2c01d255454b2a6d5aeb2b743288 (diff) | |
download | contrib-a8f1d08e515837077745fc176511f75f06c265da.tar.gz contrib-a8f1d08e515837077745fc176511f75f06c265da.tar.xz |
mpd: 0.22.2 -> 0.22.3
Diffstat (limited to 'mpd/Pkgfile')
-rw-r--r-- | mpd/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
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} |