gis/qgis: Updated for version 3.34.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
096c92a27a
commit
d90c36d14a
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=qgis
|
||||
VERSION=${VERSION:-3.34.3}
|
||||
VERSION=${VERSION:-3.34.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -127,7 +127,7 @@ cd build
|
|||
$WITHDRACO \
|
||||
$WITHGRASS
|
||||
|
||||
make
|
||||
make -j 10
|
||||
make install DESTDIR=$PKG
|
||||
cd -
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="qgis"
|
||||
VERSION="3.34.3"
|
||||
VERSION="3.34.4"
|
||||
HOMEPAGE="https://qgis.org/"
|
||||
DOWNLOAD="https://qgis.org/downloads/qgis-3.34.3.tar.bz2"
|
||||
MD5SUM="5f1071c8760f566a2dd3a84fd0852eb5"
|
||||
DOWNLOAD="https://qgis.org/downloads/qgis-3.34.4.tar.bz2"
|
||||
MD5SUM="bae2ee03fb56fd8f6f442a3b44ee712f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libspatialite libspatialindex OWSLib postgis python3-numpy python3-psycopg2 qwt termcolor"
|
||||
|
|
Loading…
Reference in New Issue