summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkatsuki Rui2022-04-17 20:54:40 +0800
committerAkatsuki Rui2022-04-17 20:54:40 +0800
commit1488b7def6e9dd068fa48c59ad0e24732aec9eaa (patch)
treed8a12bf4acd6a6aaf1f10ed44dded77c8c9df397
parentd6b3461153e04e185551a0bf2339cba133ed574f (diff)
downloadaur-1488b7def6e9dd068fa48c59ad0e24732aec9eaa.tar.gz
0.2.16
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f6e93c7bf8b..05bd82c2ad81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mpv-handler
pkgdesc = Play website videos and songs with mpv & youtube-dl.
- pkgver = 0.2.15
+ pkgver = 0.2.16
pkgrel = 3
url = https://github.com/akiirui/mpv-handler/
install = mpv-handler.install
@@ -11,7 +11,7 @@ pkgbase = mpv-handler
depends = mpv
optdepends = youtube-dl: ytdl-hook support
optdepends = yt-dlp: alternatives ytdl-hook support
- source = mpv-handler-0.2.15.tar.gz::https://github.com/akiirui/mpv-handler/archive/v0.2.15.tar.gz
- b2sums = a284c573a4d92da265b9e81df1bbe4066d6749847825add486ba4e0a92543bb85fad5005d3a9fc70407392d39e2d7d9b39f71e4e40c45bacb2e87583c5bf80d2
+ source = mpv-handler-0.2.16.tar.gz::https://github.com/akiirui/mpv-handler/archive/v0.2.16.tar.gz
+ b2sums = af884626bf26c2ec38a4c060a7231f667c03baca27e60c2fa906746e417bc743331b3eadc4602e1c1aefbb42e3a40e0cba2bab1aeab3bbfb8c5f3a28d05cb083
pkgname = mpv-handler
diff --git a/PKGBUILD b/PKGBUILD
index 2f102ec22680..36db1f14dd0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Akatsuki Rui <akiirui@outlook.com>
pkgname="mpv-handler"
-pkgver=0.2.15
+pkgver=0.2.16
pkgrel=3
pkgdesc="Play website videos and songs with mpv & youtube-dl."
arch=("x86_64")
@@ -15,7 +15,7 @@ install="mpv-handler.install"
url="https://github.com/akiirui/mpv-handler/"
license=("MIT")
source=("$pkgname-$pkgver.tar.gz::https://github.com/akiirui/mpv-handler/archive/v$pkgver.tar.gz")
-b2sums=('a284c573a4d92da265b9e81df1bbe4066d6749847825add486ba4e0a92543bb85fad5005d3a9fc70407392d39e2d7d9b39f71e4e40c45bacb2e87583c5bf80d2')
+b2sums=('af884626bf26c2ec38a4c060a7231f667c03baca27e60c2fa906746e417bc743331b3eadc4602e1c1aefbb42e3a40e0cba2bab1aeab3bbfb8c5f3a28d05cb083')
build() {
cd "$srcdir/$pkgname-$pkgver"