summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKied Llaentenn2019-05-27 14:12:48 -0400
committerKied Llaentenn2019-05-27 14:12:48 -0400
commit1ed27bc1ace32dae4749cb1c1d420e92eed3b794 (patch)
tree3e9e14ff8147ca38f400d458ed673a41196d70f4 /PKGBUILD
parent3dd364eed812b5c29797d2dc8503d0f787157c13 (diff)
downloadaur-1ed27bc1ace32dae4749cb1c1d420e92eed3b794.tar.gz
update repo location
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d15fe863426..acb9fe796857 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ pkgname=rsfetch-git
pkgver=1.7.0
pkgrel=1
pkgdesc="Fast (1ms execution time) and somewhat(?) minimal fetch program written in Rust."
-url="https://github.com/phate6660/rsfetch"
+url="https://github.com/rsfetch/rsfetch"
license=('MIT')
depends=()
conflicts=('rsfetch-bin')
makedepends=("rust")
arch=("i686" "x86_64")
-source=("rsfetch-git::git+https://github.com/phate6660/rsfetch#branch=master")
+source=("rsfetch-git::git+https://github.com/rsfetch/rsfetch#branch=master")
build() {
cd "${srcdir}/${pkgname}"