summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPRESFIL2023-08-20 14:57:32 +0300
committerPRESFIL2023-08-20 14:57:32 +0300
commita9671c8bf30bcacb4b012dd56d02f2e5a7ebc800 (patch)
tree945d5081b1305ec51c246a65927ed9b6e32eb9f4
parent1d36fa91754923ea3a6f62245b1ed8177576255d (diff)
downloadaur-a9671c8bf30bcacb4b012dd56d02f2e5a7ebc800.tar.gz
fix(build): add `python-sphinx_rtd_theme` and `libupnp.so` dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ddd8562201f..f22f6d1d6a16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mpd-git
pkgdesc = Flexible, powerful, server-side application for playing music (from git)
- pkgver = 0.22.8.r437.g36680607d
+ pkgver = 0.23.13.792.gba2df05fb
pkgrel = 1
url = https://www.musicpd.org/
arch = x86_64
@@ -33,6 +33,7 @@ pkgbase = mpd-git
makedepends = meson
makedepends = mpg123
makedepends = python-sphinx
+ makedepends = python-sphinx_rtd_theme
makedepends = systemd-libs
makedepends = twolame
depends = bzip2
@@ -136,3 +137,4 @@ pkgname = mpd-git
depends = libtwolame.so
depends = libvorbis.so
depends = libvorbisenc.so
+ depends = libupnp.so
diff --git a/PKGBUILD b/PKGBUILD
index 072aa1ae88ea..55b4fe7d42a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: KokaKiwi <kokakiwi plus aur at kokakiwi dot net>
+# Maintainer: PRESFIL <echo cHJlc2ZpbEBwcm90b25tYWlsLmNvbQo= | base64 -d>
+# Contributor: KokaKiwi <kokakiwi plus aur at kokakiwi dot net>
# Contributor: Amanoel Dawod <amoka at amanoel dot com>
# Contributor: David Runge <dvzrv@archlinux.org>
# Contributor: E5ten <e5ten.arch@gmail.com>
@@ -14,7 +15,7 @@
_pkgname=mpd
pkgname=${_pkgname}-git
-pkgver=0.22.8.r437.g36680607d
+pkgver=0.23.13.792.gba2df05fb
pkgrel=1
pkgdesc='Flexible, powerful, server-side application for playing music (from git)'
url='https://www.musicpd.org/'
@@ -27,8 +28,8 @@ depends=('bzip2' 'chromaprint' 'expat' 'gcc-libs' 'glibc' 'lame' 'libcdio'
makedepends=('alsa-lib' 'audiofile' 'avahi' 'boost' 'curl' 'dbus' 'faad2'
'ffmpeg' 'flac' 'fluidsynth' 'fmt' 'git' 'icu' 'jack' 'libao' 'libid3tag' 'libmikmod'
'libmpdclient' 'libogg' 'libpulse' 'libsamplerate' 'libsndfile' 'libupnp'
- 'liburing' 'libvorbis' 'meson' 'mpg123' 'python-sphinx' 'systemd-libs'
- 'twolame')
+ 'liburing' 'libvorbis' 'meson' 'mpg123' 'python-sphinx' 'python-sphinx_rtd_theme'
+ 'systemd-libs' 'twolame')
provides=('mpd')
conflicts=('mpd')
backup=("etc/${_pkgname}.conf")
@@ -95,7 +96,7 @@ package() {
'libicui18n.so' 'libicuuc.so' 'libid3tag.so' 'libjack.so' 'libmikmod.so'
'libmpdclient.so' 'libmpg123.so' 'libogg.so' 'libpulse.so' 'libsamplerate.so'
'libsndfile.so' 'libsystemd.so' 'libtwolame.so' 'libvorbis.so'
- 'libvorbisenc.so')
+ 'libvorbisenc.so' 'libupnp.so')
cd "${_pkgname}"