diff options
author | Tim Biermann <tbier@posteo.de> | 2021-01-22 16:49:43 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-01-22 16:49:43 +0000 |
commit | 975aae127812162b6599f5428a9c25f8ed15192b (patch) | |
tree | 25a0652c2075f328ef538a1c551fda0d711fe977 /mpd | |
parent | 7a7ec3adad6541dbfcf0a225795c24618617ee90 (diff) | |
download | contrib-975aae127812162b6599f5428a9c25f8ed15192b.tar.gz contrib-975aae127812162b6599f5428a9c25f8ed15192b.tar.xz |
mpd: 0.22.3 -> 0.22.4
Diffstat (limited to 'mpd')
-rw-r--r-- | mpd/.signature | 6 | ||||
-rw-r--r-- | mpd/Pkgfile | 7 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mpd/.signature b/mpd/.signature index 3411bc2bc..87104e64c 100644 --- a/mpd/.signature +++ b/mpd/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF365xNm8QEWN1ilMKJDCBlZrTp4e9JKNa/o/52OZM1GJJVYZab1n446xtcUF8J9gYBmPgui8KdL0lDLeKr4RI+QE= -SHA256 (Pkgfile) = 5e73d05c4cb4fcaced699284559fcf0fab2516bebc8417ed264497ae0cc69f05 +RWSagIOpLGJF33ahTI4whHtGLxSwsPcdM/XkI3Hf8mjgFGhlyiy5U7qLWpVkqJzPfYHyJG23t3KC0IOO/+Nq4zkvu6BRPW6IaAU= +SHA256 (Pkgfile) = f861593b46eac2297dbdfffbe98605d9bef8490f2aaf21cc3b0cc0421128e2b1 SHA256 (.footprint) = fbed54c68de1c373369d75e82e5ae5c6fb470a1841286a16a135ce21deb42de9 -SHA256 (mpd-0.22.3.tar.xz) = 338012037b5e67730529187c555a54cc567a85b15a7e8ddb3a807b1971566ccf +SHA256 (mpd-0.22.4.tar.xz) = 891ea993a539246fa8f670346e5aa6c8cc85ce4be739ff12261712b0b3149dd0 SHA256 (mpd) = ec90dbf45d72c30b0837e2caed55df9c28b00416a92838012e1aea8cfe704ce3 diff --git a/mpd/Pkgfile b/mpd/Pkgfile index 2e8681904..ec1a3aa72 100644 --- a/mpd/Pkgfile +++ b/mpd/Pkgfile @@ -1,11 +1,11 @@ # Description: Music playback daemon # URL: https://www.musicpd.org/ # Maintainer: Tim Biermann, tbier at posteo dot de -# Depends on: boost ninja meson -# Optional: faad2 flac audiofile python3-sphinx +# Depends on: boost meson ninja +# Optional: audiofile faad2 flac python3-sphinx name=mpd -version=0.22.3 +version=0.22.4 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) @@ -15,7 +15,6 @@ build() { --prefix=/usr \ --sysconfdir=/etc/mpd \ --buildtype=plain \ - -Db_ndebug=true \ -Dmpcdec=disabled \ -Ddocumentation=disabled meson compile -C build -j ${JOBS-1} |