summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarcnmx2019-02-22 19:38:34 -0800
committerarcnmx2019-02-22 19:38:34 -0800
commit2090feeee9e3b0e3e987e00162ea1baa21cc67ca (patch)
tree28853ac7710fc63a9c0c958c4489bea57ed80bb6
parent393dc87883b7d3855255489bb9306fc9d8f5d48a (diff)
downloadaur-2090feeee9e3b0e3e987e00162ea1baa21cc67ca.tar.gz
mpd 0.21.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdb092ac7300..a5faee94eb16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mpd-youtube-dl
pkgdesc = mpd fork with youtube support
- pkgver = 0.21.4
+ pkgver = 0.21.5
pkgrel = 1
url = https://github.com/MusicPlayerDaemon/MPD/pull/223
arch = x86_64
@@ -44,19 +44,19 @@ pkgbase = mpd-youtube-dl
optdepends = youtube-dl: youtube and other streaming site support
conflicts = mpd
backup = etc/mpd.conf
- source = https://www.musicpd.org/download/mpd/0.21/mpd-0.21.4.tar.xz
- source = https://www.musicpd.org/download/mpd/0.21/mpd-0.21.4.tar.xz.sig
+ source = https://www.musicpd.org/download/mpd/0.21/mpd-0.21.5.tar.xz
+ source = https://www.musicpd.org/download/mpd/0.21/mpd-0.21.5.tar.xz.sig
source = tmpfiles.d
source = sysusers.d
source = conf
source = youtube-dl.patch::https://github.com/MusicPlayerDaemon/MPD/compare/master...arcnmx:ytdl.patch
validpgpkeys = 0392335A78083894A4301C43236E8A58C6DB4512
- sha256sums = 247112eabf1b818a4052db7f0f5917ab00831ebc60a1ec3bf1154da4dc16a5c7
+ sha256sums = 2ea9f0eb3a7bdae5d705adf4e8ec45ef38b5b9ddf133f32b8926dd4e205b0ef9
sha256sums = SKIP
sha256sums = 2faa85c12449a5b3ca422ff1c1fa06d057c7e262a74bfa6298c914a92d6f2e7a
sha256sums = 0b74c6e5db08daab3091dc15a6b0c75210ba2f9e98fa074f6cfd605a461056b6
sha256sums = f40f68205834ca53cea3372e930bfe6c2f9ecc9df3b1605df2fec63a658b2e03
- sha256sums = SKIP
+ sha256sums = e92383b3441115d614389008a707c6a6e62cb82649447cc752928e546b7672f6
pkgname = mpd-youtube-dl
diff --git a/PKGBUILD b/PKGBUILD
index bc1b99a38046..6e4c34497408 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgbase=mpd
pkgname=${_pkgbase}-youtube-dl
-pkgver=0.21.4
+pkgver=0.21.5
pkgrel=1
pkgdesc='mpd fork with youtube support'
url='https://github.com/MusicPlayerDaemon/MPD/pull/223'
@@ -34,7 +34,7 @@ prepare() {
cd "${srcdir}/${_pkgbase}-${pkgver}"
rm -fr build
install -d build
- patch -Np1 < "${srcdir}/youtube-dl.patch"
+ patch -Np1 < "${srcdir}/youtube-dl.patch"
}
build() {
@@ -42,10 +42,10 @@ build() {
_opts=('-Ddocumentation=true'
'-Dchromaprint=disabled' # appears not to be used for anything
'-Dsidplay=disabled' # unclear why but disabled in the past
- '-Dlibwrap=disabled' # twentieth century's over
'-Dadplug=disabled' # not in an official repo
'-Dsndio=disabled' # interferes with detection of alsa devices
'-Dshine=disabled' # not in an official repo
+ '-Dtremor=disabled' # not in an official repo
)
arch-meson .. ${_opts[@]}
ninja
@@ -69,9 +69,9 @@ package() {
}
# makepkg -g >> PKGBUILD
-sha256sums=('247112eabf1b818a4052db7f0f5917ab00831ebc60a1ec3bf1154da4dc16a5c7'
+sha256sums=('2ea9f0eb3a7bdae5d705adf4e8ec45ef38b5b9ddf133f32b8926dd4e205b0ef9'
'SKIP'
'2faa85c12449a5b3ca422ff1c1fa06d057c7e262a74bfa6298c914a92d6f2e7a'
'0b74c6e5db08daab3091dc15a6b0c75210ba2f9e98fa074f6cfd605a461056b6'
'f40f68205834ca53cea3372e930bfe6c2f9ecc9df3b1605df2fec63a658b2e03'
- 'SKIP')
+ 'e92383b3441115d614389008a707c6a6e62cb82649447cc752928e546b7672f6')