summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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}"