summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Frei2017-07-14 01:30:14 +0200
committerJonas Frei2017-07-14 01:30:14 +0200
commitaeaee7a5a88c442d02b6346ca286c4a0f73c0dc4 (patch)
tree60ec34ed71d30b3f36117c8cb3bf2ea7338478ba /PKGBUILD
parent3775bc5ef44498705554af9ba61aced692bfcb85 (diff)
downloadaur-aeaee7a5a88c442d02b6346ca286c4a0f73c0dc4.tar.gz
Updated after chown on GitLab
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba1295577828..937769fa25f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@ 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/freijon/mpvc-rs"
+url="https://github.com/mpv-ipc/mpvc-rs"
license=('GPL3')
depends=('mpv')
makedepends=('cargo')
-source=("mpvc-${pkgver}.tar.gz::https://gitlab.com/freijon/mpvc-rs/repository/archive.tar.gz?ref=v${pkgver}")
+source=("mpvc-${pkgver}.tar.gz::https://gitlab.com/mpv-ipc/mpvc-rs/repository/archive.tar.gz?ref=v${pkgver}")
sha512sums=('ccefe63a77cab8c656610fddbf63917633068b025d6ebe5f941503a69115d5fb5148efad6d488a7abef9ad51d2bf72add3b2007956851b84422d4a7a6e33196f')
provides=('mpvc')