commit 549ae017c6bf549bd9944a4289f4679f5f1e9f6c parent b1aad9859d995f5b4c897b0488e124ae6202f367 Author: Marlon Ivo <email@marlonivo.xyz> Date: Tue, 19 Aug 2025 07:55:29 +0000 fixed upstream url (aur) Diffstat:
M | .SRCINFO | | | 2 | +- |
M | PKGBUILD | | | 4 | ++-- |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.SRCINFO b/.SRCINFO @@ -9,7 +9,7 @@ pkgbase = hfc makedepends = make depends = curl depends = ncurses - source = hfc::git+https://git.marlonivo.com/hfc + source = hfc::git+git://git.marlonivo.com/hfc md5sums = SKIP pkgname = hfc diff --git a/PKGBUILD b/PKGBUILD @@ -3,11 +3,11 @@ pkgver=0.0.1 pkgrel=1 pkgdesc="hfc - hosts file client" arch=('x86_64') -url="https://git.marlonivo.com/hfc" +url="https://git.marlonivo.com/hfc/log.html" license=('MIT') depends=('curl' 'ncurses') makedepends=('gcc' 'make') -source=("hfc::git+https://git.marlonivo.com/hfc") +source=("hfc::git+git://git.marlonivo.com/hfc/log.html") md5sums=('SKIP') build() {