summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Frei2017-07-14 01:29:20 +0200
committerJonas Frei2017-07-14 01:29:20 +0200
commit5346112c077c37ed14c2cbda2224d72c73d1181a (patch)
treea842b7de27ba65b388f7a817069b3a0b4017e57b
parentbfcf0038312ab70e9f71667fe92ea293009e0b1e (diff)
downloadaur-5346112c077c37ed14c2cbda2224d72c73d1181a.tar.gz
Updated after chown on GitLab
-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() {