From 2d7150e789ccca50249dce95c14ca89d787a56ec Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Tue, 4 Feb 2025 21:04:53 -0800 Subject: [PATCH] Use git source when downloading src --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index fb092ee..20d862a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -12,7 +12,7 @@ optdepends=('fzf: for the fqo script' 'mlocate: for the fqo script') checkdepends=(python-hypothesis python-pytest) backup=(etc/apparmor.d/usr.bin.{addpkg,delpkg} etc/packaging-scripts.conf) -source=("${pkgname}::git+file:///home/etorres/Projects/packaging-scripts") +source=("${pkgname}::git+https://git.its-et.me/etorres/packaging-scripts.git") sha256sums=('SKIP') build() {