summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Frei2017-07-14 01:36:45 +0200
committerJonas Frei2017-07-14 01:36:45 +0200
commitbba6b5b52b44e03291e6d8fbbda26f38b61593dd (patch)
treef3a73b36724df52ffb0761ea98530400ff19fa95 /PKGBUILD
parentaeaee7a5a88c442d02b6346ca286c4a0f73c0dc4 (diff)
downloadaur-bba6b5b52b44e03291e6d8fbbda26f38b61593dd.tar.gz
Corrected upstream URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')