summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4287a4f0a0d..357378bf3a88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,13 +2,13 @@ pkgbase = ncmpvc-git
pkgdesc = A ncurses client for mpv which connects to existing mpv instances through sockets, written in Rust. WARNING: Early development stage, for bug-hunters only!
pkgver = 0.0.1
pkgrel = 5
- url = https://gitlab.com/freijon/ncmpvc
+ url = https://gitlab.com/mpv-ipc/ncmpvc
arch = x86_64
license = MIT
makedepends = cargo
depends = mpv
depends = ncurses
- source = ncmpvc-git::git+https://gitlab.com/freijon/ncmpvc.git
+ source = ncmpvc-git::git+https://gitlab.com/mpv-ipc/ncmpvc.git
sha512sums = SKIP
pkgname = ncmpvc-git
diff --git a/PKGBUILD b/PKGBUILD
index c6dbf319b388..d1017b5d0c47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@ pkgver=0.0.1
pkgrel=5
pkgdesc="A ncurses client for mpv which connects to existing mpv instances through sockets, written in Rust. WARNING: Early development stage, for bug-hunters only!"
arch=('x86_64')
-url="https://gitlab.com/freijon/ncmpvc"
+url="https://gitlab.com/mpv-ipc/ncmpvc"
license=('MIT')
depends=('mpv' 'ncurses')
makedepends=('cargo')
-source=("${pkgname}::git+https://gitlab.com/freijon/ncmpvc.git")
+source=("${pkgname}::git+https://gitlab.com/mpv-ipc/ncmpvc.git")
sha512sums=('SKIP')
build() {