<div dir="ltr"><div>Hi, <br>First thanks for sbopkg.<br>Sometimes, I want to use/test the current slackbuild but with a newer package version. For instance, for apptainer, and the current sbopkg configuration (I am using /var/lib/sbopkg/SBo-git/), the apptainer version is too old, it is 1.1.6. I want to test with the current one, 1.5.2.<br><br>The ideal use would be to download the current source at my current directory, <br>wget -c <a href="https://github.com/apptainer/apptainer/releases/download/v1.5.2/apptainer-1.5.2.tar.gz">https://github.com/apptainer/apptainer/releases/download/v1.5.2/apptainer-1.5.2.tar.gz</a><br>and specify the version as a flag <br>VERSION=1.5.2 sbopkg -i apptainer<br>But of course that does not work, even the version flag is kept on the old value 1.1.6. Actually, the slackbuild has something like<br>VERSION=${VERSION:-1.6.1}<br>and the .info also has the version written and maybe it is overwriting everything.<br><br>I currently do something which is an ugly workaround: enter the dir /var/lib/sbopkg/SBo-git/system/apptainer, put there the soruce and run there the slackbuild script directly with the VERSION env flag.<br><br>Reading the slackbuild it seems that it uses CWD=$pwd for the source, so it wont work either to find the source in another directory. But that can be mitigated by putting the source in the cache. The problem is with the env var.<br><br>Of course apptainer is just an example, I know that is a big version jump and so on, and the general goal of this post is to know if there is a way to easy the handling of different versions and sources besides modifying the repo.<br><br>Many thanks </div><br><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><br style="font-family:arial,helvetica,sans-serif"><span style="font-family:arial,helvetica,sans-serif">Best regards / Cordialmente,</span><br style="font-family:arial,helvetica,sans-serif"><span style="font-family:arial,helvetica,sans-serif"><br></span><div><span style="font-family:arial,helvetica,sans-serif">William-Fernando Oquendo</span><div><div style="font-family:arial,helvetica,sans-serif">--------------------------</div><div style="font-family:arial,helvetica,sans-serif">Este correo puede carecer de tildes o eñes debido al teclado. </div><div style="font-family:arial,helvetica,sans-serif"><br></div></div></div></div></div>