summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKied Llaentenn2019-05-27 14:12:48 -0400
committerKied Llaentenn2019-05-27 14:12:48 -0400
commit1ed27bc1ace32dae4749cb1c1d420e92eed3b794 (patch)
tree3e9e14ff8147ca38f400d458ed673a41196d70f4
parent3dd364eed812b5c29797d2dc8503d0f787157c13 (diff)
downloadaur-1ed27bc1ace32dae4749cb1c1d420e92eed3b794.tar.gz
update repo location
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4d396f14590..47f41f6b8f78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,13 +2,13 @@ pkgbase = rsfetch-git
pkgdesc = Fast (1ms execution time) and somewhat(?) minimal fetch program written in Rust.
pkgver = 1.7.0
pkgrel = 1
- url = https://github.com/phate6660/rsfetch
+ url = https://github.com/rsfetch/rsfetch
arch = i686
arch = x86_64
license = MIT
makedepends = rust
conflicts = rsfetch-bin
- source = rsfetch-git::git+https://github.com/phate6660/rsfetch#branch=master
+ source = rsfetch-git::git+https://github.com/rsfetch/rsfetch#branch=master
sha512sums = SKIP
pkgname = rsfetch-git
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}"