summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkatsuki Rui2020-11-24 09:56:04 +0800
committerAkatsuki Rui2020-11-24 09:56:04 +0800
commit2fefd57ec76c1925b39df77f555db9a9b18c49d2 (patch)
treea21f7d6b131ba29597cbf9934bde95c133df9304
parentd23c69fcd290ee48229ebd02d28025e129b0707b (diff)
downloadaur-2fefd57ec76c1925b39df77f555db9a9b18c49d2.tar.gz
2020.11.19.r3.gac2a68d: change repo url
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 521edcc7a8ca..149d9af0dbe1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = mpv-handler-git
pkgdesc = Play website videos and songs with mpv & youtube-dl.
- pkgver = 2020.11.19.r0.g10879df
+ pkgver = 2020.11.19.r3.gac2a68d
pkgrel = 1
- url = https://github.com/akiirui/play-with-mpv-handler/
+ url = https://github.com/akiirui/mpv-handler/
arch = any
license = MIT
makedepends = git
depends = mpv
depends = youtube-dl
- source = git+https://github.com/akiirui/play-with-mpv-handler.git
+ source = git+https://github.com/akiirui/mpv-handler.git
b2sums = SKIP
pkgname = mpv-handler-git
diff --git a/PKGBUILD b/PKGBUILD
index f5a47f4b756d..67d62d1a1a8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Akatsuki Rui <akiirui@outlook.com>
pkgname="mpv-handler-git"
-_pkgname="play-with-mpv-handler"
-pkgver=2020.11.19.r0.g10879df
+_pkgname=${pkgname%-git}
+pkgver=2020.11.19.r3.gac2a68d
pkgrel=1
pkgdesc="Play website videos and songs with mpv & youtube-dl."
arch=("any")
depends=("mpv" "youtube-dl")
makedepends=("git")
-url="https://github.com/akiirui/play-with-mpv-handler/"
+url="https://github.com/akiirui/mpv-handler/"
license=("MIT")
-source=("git+https://github.com/akiirui/play-with-mpv-handler.git")
+source=("git+https://github.com/akiirui/mpv-handler.git")
b2sums=("SKIP")
pkgver() {