mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
gis/qgis: Updated for version 3.36.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9fdd29d346
commit
94e1143ffe
2 changed files with 6 additions and 6 deletions
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=qgis
|
||||
VERSION=${VERSION:-3.34.4}
|
||||
VERSION=${VERSION:-3.36.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -127,7 +127,7 @@ cd build
|
|||
$WITHDRACO \
|
||||
$WITHGRASS
|
||||
|
||||
make -j 10
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
cd -
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="qgis"
|
||||
VERSION="3.34.4"
|
||||
VERSION="3.36.1"
|
||||
HOMEPAGE="https://qgis.org/"
|
||||
DOWNLOAD="https://qgis.org/downloads/qgis-3.34.4.tar.bz2"
|
||||
MD5SUM="bae2ee03fb56fd8f6f442a3b44ee712f"
|
||||
DOWNLOAD="https://qgis.org/downloads/qgis-3.36.1.tar.bz2"
|
||||
MD5SUM="991b01d1e8f81d2cb87a85b509cdfad9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libspatialite libspatialindex OWSLib postgis python3-numpy python3-psycopg2 qwt termcolor"
|
||||
REQUIRES="libspatialite libspatialindex OWSLib postgis python3-numpy python3-psycopg2 qwt termcolor protobuf3"
|
||||
MAINTAINER="Giancarlo Dessi"
|
||||
EMAIL="slack@giand.it"
|
||||
|
|
Loading…
Reference in a new issue