Re: Non-git AUR with submodules

2023-05-07 Thread Christian
Hi Doug, hi Christian, Thank you both for your help. > https://wiki.archlinux.org/title/VCS_package_guidelines#Git_submodules still > applies Basically I missed the last point on the general package guidelines [3]. > This is described in the package guidelines[0], you resolve the tag to > the g

Re: Non-git AUR with submodules

2023-05-06 Thread Christian Heusel
Hey Christian ;) > I took over the package blink1. It is not a -git package so it should > have a stable checksum, in my opinion. But since the project it builds > uses a submodule, the package uses source=("git+https:/…) and SKIP for > the checksum. This way prepare() can do a submodule init and

Re: Non-git AUR with submodules

2023-05-06 Thread Doug Newgard
On Sat, 6 May 2023 12:54:42 +0200 Christian wrote: > Hi, > > I took over the package blink1. It is not a -git package so it should > have a stable checksum, in my opinion. But since the project it builds > uses a submodule, the package uses source=("git+https:/…) and SKIP for > the checksum. Thi

Non-git AUR with submodules

2023-05-06 Thread Christian
Hi, I took over the package blink1. It is not a -git package so it should have a stable checksum, in my opinion. But since the project it builds uses a submodule, the package uses source=("git+https:/…) and SKIP for the checksum. This way prepare() can do a submodule init and submodule update. Is