summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkatsuki Rui2022-11-11 17:02:48 +0800
committerAkatsuki Rui2022-11-11 17:02:48 +0800
commit8b5e917ae89639179cc7374402a015fea89a25ef (patch)
treeedf6b4aa6e7bc0e02f3a14f5a179bef5fd16fca4
parent1f52028765f599cea0e6fd0f6c87b32634f66594 (diff)
downloadaur-8b5e917ae89639179cc7374402a015fea89a25ef.tar.gz
0.3.0.r1.gf8c64ea
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bee9ce3b0361..6ce9d6af7a76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mpv-handler-git
pkgdesc = Play website videos and songs with mpv & youtube-dl.
- pkgver = 0.2.17.r1.gb47baf3
+ pkgver = 0.3.0.r1.gf8c64ea
pkgrel = 1
epoch = 1
url = https://github.com/akiirui/mpv-handler/
@@ -14,7 +14,7 @@ pkgbase = mpv-handler-git
optdepends = youtube-dl: ytdl-hook support
provides = mpv-handler
conflicts = mpv-handler
- source = git+https://github.com/akiirui/mpv-handler.git#branch=dev
+ source = git+https://github.com/akiirui/mpv-handler.git
b2sums = SKIP
pkgname = mpv-handler-git
diff --git a/PKGBUILD b/PKGBUILD
index 35e7f745ee97..ce57e63db4e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname="mpv-handler"
pkgname="mpv-handler-git"
-pkgver=0.2.17.r1.gb47baf3
+pkgver=0.3.0.r1.gf8c64ea
pkgrel=1
pkgdesc="Play website videos and songs with mpv & youtube-dl."
arch=("x86_64")
@@ -17,7 +17,7 @@ url="https://github.com/akiirui/mpv-handler/"
license=("MIT")
provides=("mpv-handler")
conflicts=("mpv-handler")
-source=("git+https://github.com/akiirui/mpv-handler.git#branch=dev")
+source=("git+https://github.com/akiirui/mpv-handler.git")
b2sums=('SKIP')
epoch=1
@@ -37,7 +37,7 @@ package() {
cd "$srcdir/$_pkgname"
install -Dm755 "target/release/mpv-handler" "$pkgdir/usr/bin/mpv-handler"
+ install -Dm644 "share/linux/config.toml" "$pkgdir/usr/share/doc/mpv-handler/config.toml"
install -Dm644 "share/linux/mpv-handler.desktop" "$pkgdir/usr/share/applications/mpv-handler.desktop"
-
install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}