On Thu, 28 Nov 2024 15:22:32 -0500 bill-auger wrote:
> is not necessary for parabola to avoid using sourcing from VCS

that does not read well - just to clarify

parabola does want to avoid sourcing from VCS directly; but in this case, a
complete source-ball is not necessary to accomplish that - that is because the
upstream forge can roll source-balls for any commit on-the-fly - that is
what would happen if the PKGBUILD had a well-formed URL in the source array
if someday the upstream stops publishing complete source-balls, the PKGBUILD
would only need to change like this:

_liberty_rev=75fc6f1c374796f9e794297c3893089009b8772f
_termo_rev=2518b53e5ae4579bf84ed58fa7a62806f64e861c
source=(
  
https://git.janouch.name/p/nncmpp/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.zst
  https://git.janouch.name/p/liberty/archive/${_liberty_rev}.tar.gz
  https://git.janouch.name/p/termo/archive/${_termo_rev}.tar.gz

)
_______________________________________________
Dev mailing list
[email protected]
https://lists.parabola.nu/mailman/listinfo/dev

Reply via email to