chore: take submodules into account for archlinux

This commit is contained in:
Almamu 2025-05-10 19:04:13 +02:00
parent 653d70e8b6
commit 6ddf56caa7

View File

@ -24,6 +24,11 @@ pkgver() {
)
}
prepare() {
git submodule update --init --recursive
git -c protocol.file.allow=always submodule update
}
build() {
cmake -B build -S "$pkgname" \
-DCMAKE_BUILD_TYPE='Release' \