summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Frei2017-07-13 23:14:59 +0200
committerJonas Frei2017-07-13 23:14:59 +0200
commitbfcf0038312ab70e9f71667fe92ea293009e0b1e (patch)
tree696d3e5881dd9818758f060998bcf742e4074ec5
parent155a3f693c420f8a163ba42dec3cc1dbb0978ec1 (diff)
downloadaur-bfcf0038312ab70e9f71667fe92ea293009e0b1e.tar.gz
Switched source from GitHub to GitLab
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2533c0831c98..f4287a4f0a0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
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 = 4
- url = https://github.com/freijon/ncmpvc
+ pkgrel = 5
+ url = https://gitlab.com/freijon/ncmpvc
arch = x86_64
license = MIT
makedepends = cargo
depends = mpv
depends = ncurses
- source = ncmpvc-git::git+https://github.com/freijon/ncmpvc.git
+ source = ncmpvc-git::git+https://gitlab.com/freijon/ncmpvc.git
sha512sums = SKIP
pkgname = ncmpvc-git
diff --git a/PKGBUILD b/PKGBUILD
index a3a314ca9f6f..c6dbf319b388 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=ncmpvc-git
pkgver=0.0.1
-pkgrel=4
+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://github.com/freijon/ncmpvc"
+url="https://gitlab.com/freijon/ncmpvc"
license=('MIT')
depends=('mpv' 'ncurses')
makedepends=('cargo')
-source=("${pkgname}::git+https://github.com/freijon/ncmpvc.git")
+source=("${pkgname}::git+https://gitlab.com/freijon/ncmpvc.git")
sha512sums=('SKIP')
build() {