summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Frei2017-07-14 01:36:45 +0200
committerJonas Frei2017-07-14 01:36:45 +0200
commitbba6b5b52b44e03291e6d8fbbda26f38b61593dd (patch)
treef3a73b36724df52ffb0761ea98530400ff19fa95
parentaeaee7a5a88c442d02b6346ca286c4a0f73c0dc4 (diff)
downloadaur-bba6b5b52b44e03291e6d8fbbda26f38b61593dd.tar.gz
Corrected upstream URL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0633425e760a..4fe5a0a7777a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = mpvc-rs
pkgdesc = An mpc-like cli tool for mpv which connects to existing mpv instances through sockets, written in Rust
pkgver = 1.0.5
pkgrel = 2
- url = https://github.com/mpv-ipc/mpvc-rs
+ url = https://gitlab.com/mpv-ipc/mpvc-rs
arch = x86_64
license = GPL3
makedepends = cargo
diff --git a/PKGBUILD b/PKGBUILD
index 937769fa25f9..94a05fcf1a31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.0.5
pkgrel=2
pkgdesc="An mpc-like cli tool for mpv which connects to existing mpv instances through sockets, written in Rust"
arch=('x86_64')
-url="https://github.com/mpv-ipc/mpvc-rs"
+url="https://gitlab.com/mpv-ipc/mpvc-rs"
license=('GPL3')
depends=('mpv')
makedepends=('cargo')