summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 287fc99f5bce..6b3db789000a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mpd-youtube-dl
pkgdesc = mpd fork with youtube support
- pkgver = 0.21.15
+ pkgver = 0.21.16
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.15.tar.xz
- source = https://www.musicpd.org/download/mpd/0.21/mpd-0.21.15.tar.xz.sig
+ source = https://www.musicpd.org/download/mpd/0.21/mpd-0.21.16.tar.xz
+ source = https://www.musicpd.org/download/mpd/0.21/mpd-0.21.16.tar.xz.sig
source = tmpfiles.d
source = sysusers.d
source = conf
- source = youtube-dl-0.21.15.patch::https://github.com/MusicPlayerDaemon/MPD/compare/v0.21.15...arcnmx:ytdl.patch
+ source = youtube-dl-0.21.16.patch::https://github.com/MusicPlayerDaemon/MPD/compare/v0.21.16...arcnmx:ytdl-0.21.16.patch
validpgpkeys = 0392335A78083894A4301C43236E8A58C6DB4512
- sha256sums = 4595adba2d8aa80b5a912bbb5185578abac3623ccc7e4897286993e4650a5022
+ sha256sums = 30cf1bddf7d7388487276745ad3515f134e07f0c57f9f97cb2b5d3befd4a4d92
sha256sums = SKIP
sha256sums = 2faa85c12449a5b3ca422ff1c1fa06d057c7e262a74bfa6298c914a92d6f2e7a
sha256sums = 0b74c6e5db08daab3091dc15a6b0c75210ba2f9e98fa074f6cfd605a461056b6
sha256sums = f40f68205834ca53cea3372e930bfe6c2f9ecc9df3b1605df2fec63a658b2e03
- sha256sums = 0809f7adfdffed166c83d46b879337e789f36eba2d1561ce7eb1ec558e2b1776
+ sha256sums = a07aa2e6094e656005502ee0fca3985091a876590404688a16b7e73bbb2c3c92
pkgname = mpd-youtube-dl
diff --git a/PKGBUILD b/PKGBUILD
index 47bbc21d2e12..a03c0b8a167b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgbase=mpd
pkgname=${_pkgbase}-youtube-dl
-pkgver=0.21.15
+pkgver=0.21.16
pkgrel=1
pkgdesc='mpd fork with youtube support'
url='https://github.com/MusicPlayerDaemon/MPD/pull/223'
@@ -26,7 +26,7 @@ source=("https://www.musicpd.org/download/${_pkgbase}/${pkgver%.*}/${_pkgbase}-$
'tmpfiles.d'
'sysusers.d'
'conf'
- "youtube-dl-$pkgver.patch::https://github.com/MusicPlayerDaemon/MPD/compare/v$pkgver...arcnmx:ytdl.patch")
+ "youtube-dl-$pkgver.patch::https://github.com/MusicPlayerDaemon/MPD/compare/v$pkgver...arcnmx:ytdl-$pkgver.patch")
backup=('etc/mpd.conf')
prepare() {
@@ -68,9 +68,9 @@ package() {
}
# makepkg -g >> PKGBUILD
-sha256sums=('4595adba2d8aa80b5a912bbb5185578abac3623ccc7e4897286993e4650a5022'
+sha256sums=('30cf1bddf7d7388487276745ad3515f134e07f0c57f9f97cb2b5d3befd4a4d92'
'SKIP'
'2faa85c12449a5b3ca422ff1c1fa06d057c7e262a74bfa6298c914a92d6f2e7a'
'0b74c6e5db08daab3091dc15a6b0c75210ba2f9e98fa074f6cfd605a461056b6'
'f40f68205834ca53cea3372e930bfe6c2f9ecc9df3b1605df2fec63a658b2e03'
- '0809f7adfdffed166c83d46b879337e789f36eba2d1561ce7eb1ec558e2b1776')
+ 'a07aa2e6094e656005502ee0fca3985091a876590404688a16b7e73bbb2c3c92')