summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {