summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Frei2018-08-15 23:41:13 +0200
committerJonas Frei2018-08-15 23:41:13 +0200
commitcc47a4cc3ff554a2b46b7bdfaadbbe2f9e3c53dd (patch)
treeffedb67abad034455f24bdb35cc1e8e22a1933b1
parent0ea010f0054506717974a0b0c7135db6ca9b7b39 (diff)
downloadaur-cc47a4cc3ff554a2b46b7bdfaadbbe2f9e3c53dd.tar.gz
Updated source address because the repository has been renamed
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 161198995497..adf64c2024ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = mpvc-rs
makedepends = cargo
depends = mpv
provides = mpvc
- source = mpvc-1.0.7.tar.gz::https://gitlab.com/mpv-ipc/mpvc-rs/repository/archive.tar.gz?ref=v1.0.7
+ source = mpvc-1.0.7.tar.gz::https://gitlab.com/mpv-ipc/mpvc/repository/archive.tar.gz?ref=v1.0.7
sha512sums = a94ad3479abb57cfada9c5d42dfadff038d59cce2e5d64c229f7a8c42b7c50ff38fdb89215e3f65bd66da83fb17aec1a396cefc5d8b877cde2abc007b46db4e9
pkgname = mpvc-rs
diff --git a/PKGBUILD b/PKGBUILD
index ed298f5764f7..9dacc710819c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://gitlab.com/mpv-ipc/mpvc"
license=('GPL3')
depends=('mpv')
makedepends=('cargo')
-source=("mpvc-${pkgver}.tar.gz::https://gitlab.com/mpv-ipc/mpvc-rs/repository/archive.tar.gz?ref=v${pkgver}")
+source=("mpvc-${pkgver}.tar.gz::https://gitlab.com/mpv-ipc/mpvc/repository/archive.tar.gz?ref=v${pkgver}")
sha512sums=('a94ad3479abb57cfada9c5d42dfadff038d59cce2e5d64c229f7a8c42b7c50ff38fdb89215e3f65bd66da83fb17aec1a396cefc5d8b877cde2abc007b46db4e9')
provides=('mpvc')