summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkatsuki Rui2021-08-24 08:59:49 +0800
committerAkatsuki Rui2021-08-24 08:59:49 +0800
commit377ab3ad6fe88ec2f46835ca9e48d67983f8d129 (patch)
treef9fae76508eebefbfef24753b536c8b435c413b0
parent35bb20ad1ea271d69441953b4a2a3558b28a382b (diff)
downloadaur-377ab3ad6fe88ec2f46835ca9e48d67983f8d129.tar.gz
0.2.13.r0.g1ef30ab: fix conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d957e065b48b..9038c0bb4d68 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.10.r1.gd07554c
+ pkgver = 0.2.13.r0.g1ef30ab
pkgrel = 1
epoch = 1
url = https://github.com/akiirui/mpv-handler/
@@ -10,6 +10,8 @@ pkgbase = mpv-handler-git
makedepends = git
depends = mpv
depends = youtube-dl
+ provides = mpv-handler
+ conflicts = mpv-handler
source = git+https://github.com/akiirui/mpv-handler.git
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7900a957cf9d..be441cde1193 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname="mpv-handler"
pkgname="mpv-handler-git"
-pkgver=0.2.10.r1.gd07554c
+pkgver=0.2.13.r0.g1ef30ab
pkgrel=1
pkgdesc="Play website videos and songs with mpv & youtube-dl."
arch=("x86_64")
@@ -10,6 +10,8 @@ depends=("mpv" "youtube-dl")
makedepends=("cargo" "git")
url="https://github.com/akiirui/mpv-handler/"
license=("MIT")
+provides=("mpv-handler")
+conflicts=("mpv-handler")
source=("git+https://github.com/akiirui/mpv-handler.git")
b2sums=('SKIP')
epoch=1