summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkatsuki Rui2023-01-17 10:19:13 +0800
committerAkatsuki Rui2023-01-17 10:19:13 +0800
commit3b752397bf7dc53c73bff02c25b9bfbd2a70fc7d (patch)
treeb83e6dd03bf52c8a4148b89ee674e10b9628e7ae
parentfb424030d42271158a4c97a56c445c700dd5fe99 (diff)
downloadaur-3b752397bf7dc53c73bff02c25b9bfbd2a70fc7d.tar.gz
0.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecf8b35b9214..fd8ca1c3663f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mpv-handler
pkgdesc = Play website videos and songs with mpv & youtube-dl.
- pkgver = 0.3.0
+ pkgver = 0.3.1
pkgrel = 1
url = https://github.com/akiirui/mpv-handler/
install = mpv-handler.install
@@ -11,7 +11,7 @@ pkgbase = mpv-handler
depends = mpv
optdepends = yt-dlp: ytdl-hook support
optdepends = youtube-dl: ytdl-hook support
- source = mpv-handler-0.3.0.tar.gz::https://github.com/akiirui/mpv-handler/archive/v0.3.0.tar.gz
- b2sums = d247682697f59aa0937982b157ba7ec7995958e41534b928f228fce149536a67d2bfb1c94c392bd6e9ee312897975d3c8fc91dc10140d7726878f5c6ae7f8f1c
+ source = mpv-handler-0.3.1.tar.gz::https://github.com/akiirui/mpv-handler/archive/v0.3.1.tar.gz
+ b2sums = 20c68651523667ee977138f4423e1ae1a87a42c9f4e1c8fa640361182b4faa7f4c624937bd07e3a28237950b5f4060bb27ffd0178d6b8e3b446f0f47ae8a3c1a
pkgname = mpv-handler
diff --git a/PKGBUILD b/PKGBUILD
index d4f5579d9c3d..23348eba5ea0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Akatsuki Rui <akiirui@outlook.com>
pkgname="mpv-handler"
-pkgver=0.3.0
+pkgver=0.3.1
pkgrel=1
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=('d247682697f59aa0937982b157ba7ec7995958e41534b928f228fce149536a67d2bfb1c94c392bd6e9ee312897975d3c8fc91dc10140d7726878f5c6ae7f8f1c')
+b2sums=('20c68651523667ee977138f4423e1ae1a87a42c9f4e1c8fa640361182b4faa7f4c624937bd07e3a28237950b5f4060bb27ffd0178d6b8e3b446f0f47ae8a3c1a')
build() {
cd "$srcdir/$pkgname-$pkgver"