diff options
author | ArTourter <artourter@gmail.com> | 2021-10-29 21:50:48 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-30 23:53:48 +0700 |
commit | 2f17659ac8feb7bc85f9fcb85bf723824883c5da (patch) | |
tree | 8d11fad3fa1654ab86c7ced63bce06e476531cbb /gis/gdal/gdal.SlackBuild | |
parent | da8577e22aeb888bc4edb980f86d94e47c8630e0 (diff) |
gis/gdal: Updated for version 3.3.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/gdal/gdal.SlackBuild')
-rw-r--r-- | gis/gdal/gdal.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gis/gdal/gdal.SlackBuild b/gis/gdal/gdal.SlackBuild index 369e1252e9f1d..5145d7caafda3 100644 --- a/gis/gdal/gdal.SlackBuild +++ b/gis/gdal/gdal.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gdal -VERSION=${VERSION:-3.3.2} +VERSION=${VERSION:-3.3.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -83,8 +83,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -patch -p2 < $CWD/poppler.patch - # OpenCL, webp, Spatialite and Grass support need special arrangements. # Everything else is handled automatically by configure. WITHLIST="" |