diff options
Diffstat (limited to 'gis/therion/therion.SlackBuild')
-rw-r--r-- | gis/therion/therion.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gis/therion/therion.SlackBuild b/gis/therion/therion.SlackBuild index 444e05d3a84ca..f5290f8530241 100644 --- a/gis/therion/therion.SlackBuild +++ b/gis/therion/therion.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=therion -VERSION=${VERSION:-6.2.0} +VERSION=${VERSION:-6.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -92,7 +92,7 @@ cd build $BUILDBOOK \ $BUILDX \ -DCMAKE_BUILD_TYPE=Release .. - make + make -j 10 make install/strip DESTDIR=$PKG cd .. |