Update PKGBUILD

This commit is contained in:
Kuoi 2022-07-11 22:17:40 +01:00 committed by GitHub
parent cfee38be33
commit 0e9b984d33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ noextract=()
sha256sums=('SKIP')
prepare() {
cd "$pkgname"
git submodule update --init --recursive --progress
git submodule update --init --recursive
# fix limits
sed -i "/#include <limits>/d" intervaltree/IntervalTree.h