commit b1aad9859d995f5b4c897b0488e124ae6202f367
parent 18ddf9d6a3cbfd4806ec6a361cf893524e44122b
Author: Marlon Ivo <email@marlonivo.xyz>
Date: Tue, 19 Aug 2025 06:54:13 +0000
Fix source URL to git.marlonivo.com
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.SRCINFO b/.SRCINFO
@@ -2,14 +2,14 @@ pkgbase = hfc
pkgdesc = hfc - hosts file client
pkgver = 0.0.1
pkgrel = 1
- url = https://git.marlonivo.xyz/hfc
+ url = https://git.marlonivo.com/hfc
arch = x86_64
license = MIT
makedepends = gcc
makedepends = make
depends = curl
depends = ncurses
- source=("hfc::git+https://git.marlonivo.xyz/hfc")
+ source = hfc::git+https://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.xyz/hfc"
+url="https://git.marlonivo.com/hfc"
license=('MIT')
depends=('curl' 'ncurses')
makedepends=('gcc' 'make')
-source=("hfc::git+https://git.marlonivo.xyz/hfc")
+source=("hfc::git+https://git.marlonivo.com/hfc")
md5sums=('SKIP')
build() {