Use git source when downloading src

This commit is contained in:
Eric Torres 2025-02-04 21:04:53 -08:00
parent 553fa564cf
commit 2d7150e789

View File

@ -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() {