summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Beck2019-02-26 16:59:52 -0600
committerMax Beck2019-02-26 16:59:52 -0600
commit271a37f13d0ef1264acc6d8843f34e7a74fe6b90 (patch)
tree403c465f67d6d68c6b0138944ceae560fe2ac164
parent80ac7399bbec5e589043dd026264e44e73366e5a (diff)
downloadaur-271a37f13d0ef1264acc6d8843f34e7a74fe6b90.tar.gz
fix
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6d6c9e1ac35..7bdb556ee990 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mpd-sidplay
pkgdesc = Flexible, powerful, server-side application for playing music - built with sidplay support
pkgver = 0.21.5
- pkgrel = 1
+ pkgrel = 2
url = https://www.musicpd.org/
arch = x86_64
license = GPL
@@ -31,12 +31,13 @@ pkgbase = mpd-sidplay
depends = libshout
depends = libsidplayfp
depends = libsoxr
- depends = libsystemd
+ depends = libvorbis
depends = libupnp
depends = mpg123
depends = openal
depends = smbclient
depends = sqlite
+ depends = systemd-libs
depends = twolame
depends = wavpack
depends = wildmidi
diff --git a/PKGBUILD b/PKGBUILD
index 01c0dcd1ce2a..ee50c34c1bdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mpd-sidplay
_pkgname=mpd
pkgver=0.21.5
-pkgrel=1
+pkgrel=2
pkgdesc="Flexible, powerful, server-side application for playing music - built with sidplay support"
url="https://www.musicpd.org/"
license=("GPL")
@@ -31,12 +31,13 @@ depends=(
"libshout"
"libsidplayfp"
"libsoxr"
- "libsystemd"
+ "libvorbis"
"libupnp"
"mpg123"
"openal"
"smbclient"
"sqlite"
+ "systemd-libs"
"twolame"
"wavpack"
"wildmidi"
@@ -68,10 +69,10 @@ build() {
"-Ddocumentation=true"
"-Dchromaprint=disabled"
"-Dsidplay=enabled"
- "-Dlibwrap=disabled"
"-Dadplug=disabled"
"-Dsndio=disabled"
"-Dshine=disabled"
+ "-Dtremor=disabled"
)
arch-meson .. ${_opts[@]}
ninja