summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkatsuki Rui2021-10-27 18:42:04 +0000
committerAkatsuki Rui2021-10-27 18:42:04 +0000
commitfda30d841161e10c49869491d3dee49e00795b4f (patch)
tree408e3da4be6999accc786589772268c19b62483f
parentda0fdf99c4efb9885569c574a3ee8e1c31d978ee (diff)
downloadaur-fda30d841161e10c49869491d3dee49e00795b4f.tar.gz
0.2.13.r0.g1ef30ab-3: update install messages
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--mpv-handler.install2
3 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a685537070cf..47cd794cb467 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mpv-handler-git
pkgdesc = Play website videos and songs with mpv & youtube-dl.
pkgver = 0.2.13.r0.g1ef30ab
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = https://github.com/akiirui/mpv-handler/
install = mpv-handler.install
diff --git a/PKGBUILD b/PKGBUILD
index a1f212c6e93d..a4ae3c78e41b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname="mpv-handler"
pkgname="mpv-handler-git"
pkgver=0.2.13.r0.g1ef30ab
-pkgrel=2
+pkgrel=3
pkgdesc="Play website videos and songs with mpv & youtube-dl."
arch=("x86_64")
depends=("mpv")
diff --git a/mpv-handler.install b/mpv-handler.install
index 9962b680208b..6ccec1a81bcd 100644
--- a/mpv-handler.install
+++ b/mpv-handler.install
@@ -9,6 +9,8 @@ note() {
post_install() {
note "Don't forget install youtube-dl or yt-dlp for mpv ytdl-hook support"
+ note "The upstream mpv uses yt-dlp by default, But not yet released"
+ note "If you want to use yt-dlp, you need to set \"ytdl_path=yt-dlp\" in mpv.conf"
}
post_upgrade() {