summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRedson2022-10-12 11:57:29 -0300
committerRedson2022-10-12 11:57:29 -0300
commit2a4504d067c22aef7f4a2f29ee1c5ca203db12d3 (patch)
tree423fdcf2a9eb79661f736f5612159e3c3948c3e0 /PKGBUILD
parent17daeb7c0574dd7c069a2c334b45e7c311568a8a (diff)
downloadaur-2a4504d067c22aef7f4a2f29ee1c5ca203db12d3.tar.gz
fix: Change source.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e8407da7322..a22ac5c40011 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=redfetch-git
_pkgname=redfetch
-pkgver=r0.ga0f9e6d
+pkgver=r0.g000649b
pkgrel=1
pkgdesc="A fast fetch written in C, with the ppfetch Ascii Art."
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('MIT')
makedepends=('gcc' 'make' 'git')
depends=('wmctrl')
provides=('redfetch')
-source=("$_pkgname::git+https://github.com/RedsonBr140/redfetch.git")
+source=("$_pkgname::git+https://codeberg.org/redson/redfetch.git")
sha256sums=('SKIP') # We can't verify the git build every time
pkgver() {