Update PKGBUILD to pull submodules
This commit is contained in:
parent
4ac518c3b0
commit
15eb519d18
2 changed files with 3 additions and 2 deletions
3
PKGBUILD
3
PKGBUILD
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Adrian Insaurralde <adrianinsaval at gmail dot com>
|
||||
|
||||
pkgname=freecad-git
|
||||
pkgver=0.22.0.34522.gd8636dd058
|
||||
pkgver=0.22.0.35039.ge937cc1efc
|
||||
pkgrel=1
|
||||
pkgdesc='A general purpose 3D CAD modeler - git checkout'
|
||||
arch=('x86_64')
|
||||
|
@ -76,6 +76,7 @@ pkgver() {
|
|||
|
||||
prepare() {
|
||||
cd FreeCAD
|
||||
git submodule update --init
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue