summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRedson2022-10-12 12:06:13 -0300
committerRedson2022-10-12 12:06:13 -0300
commite36500fdb35e08fd7467179ff9b59c9fb483369e (patch)
tree65690ee8b38dc9e8c00a48d774017f16bdc7a964
parent2a4504d067c22aef7f4a2f29ee1c5ca203db12d3 (diff)
downloadaur-e36500fdb35e08fd7467179ff9b59c9fb483369e.tar.gz
fix: Change website URL.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f12b7c43877..13653a72aa75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = redfetch-git
pkgdesc = A fast fetch written in C, with the ppfetch Ascii Art.
- pkgver = r0.ga0f9e6d
+ pkgver = r0.g000649b
pkgrel = 1
- url = https://github.com/RedsonBr140/Redfetch
+ url = https://codeberg.org/redson/Redfetch
arch = x86_64
license = MIT
makedepends = gcc
diff --git a/PKGBUILD b/PKGBUILD
index a22ac5c40011..01b731dd463a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=r0.g000649b
pkgrel=1
pkgdesc="A fast fetch written in C, with the ppfetch Ascii Art."
arch=('x86_64')
-url="https://github.com/RedsonBr140/Redfetch"
+url="https://codeberg.org/redson/Redfetch"
license=('MIT')
makedepends=('gcc' 'make' 'git')
depends=('wmctrl')