summaryrefslogtreecommitdiffstats
path: root/gis/gpxsee/gpxsee.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'gis/gpxsee/gpxsee.SlackBuild')
-rw-r--r--gis/gpxsee/gpxsee.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/gis/gpxsee/gpxsee.SlackBuild b/gis/gpxsee/gpxsee.SlackBuild
index a1b0180325..018ca0c59c 100644
--- a/gis/gpxsee/gpxsee.SlackBuild
+++ b/gis/gpxsee/gpxsee.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for GPXSee
-# Copyright 2018-2019, Nikolay Korotkiy <sikmir@gmail.com>
+# Copyright 2018-2020, Nikolay Korotkiy <sikmir@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gpxsee
-VERSION=${VERSION:-7.6}
+VERSION=${VERSION:-7.28}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -71,7 +71,7 @@ find -L . \
# Fix display issue: square character instead of a white space
# See https://github.com/tumic0/GPXSee/issues/93
-patch -p1 < $CWD/fix_font_narrow_space.diff
+patch -p0 < $CWD/fix_font_narrow_space.diff
lrelease-qt5 gpxsee.pro
qmake-qt5 \