bartoszek / AUR-meshlab

0 stars 3 forks source link

meshlab is based on git sources not on file #1

Closed Stunkymonkey closed 4 years ago

Stunkymonkey commented 4 years ago

currently it is cloning the master branch and then it compiles everything.

For -git packages this is perfectly fine.

But for non-git packages it is advised to use specific commits or packets. Currently the PKGBUILD does not contain any if this. Therefore compiling this today can lead to a different result then tomorrow. This i not wanted, when compiling for non-git packages. It should provide always the same output.

Two Options:

bartoszek commented 4 years ago

Yep, when switching from qmake to cmake dcbdc95c I was renormalizing this PKGBUILD against https://github.com/bartoszek/AUR-meshlab-git and forgot to put git#fragment again in source link 😞