summaryrefslogtreecommitdiffstats
path: root/gis/openorienteering-mapper
diff options
context:
space:
mode:
Diffstat (limited to 'gis/openorienteering-mapper')
-rw-r--r--gis/openorienteering-mapper/openorienteering-mapper.SlackBuild6
-rw-r--r--gis/openorienteering-mapper/openorienteering-mapper.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/gis/openorienteering-mapper/openorienteering-mapper.SlackBuild b/gis/openorienteering-mapper/openorienteering-mapper.SlackBuild
index a20ae6d628..a8b333de02 100644
--- a/gis/openorienteering-mapper/openorienteering-mapper.SlackBuild
+++ b/gis/openorienteering-mapper/openorienteering-mapper.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for OpenOrienteering Mapper
-# Copyright 2016, Nikolay Korotkiy <sikmir@gmail.com>
+# Copyright 2016-2017, 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=openorienteering-mapper
-VERSION=${VERSION:-0.6.7}
+VERSION=${VERSION:-0.6.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -87,7 +87,7 @@ cd build
rm -fr $PKG/DEBIAN
cd ..
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mv $PKG/usr/share/man $PKG/usr
diff --git a/gis/openorienteering-mapper/openorienteering-mapper.info b/gis/openorienteering-mapper/openorienteering-mapper.info
index f7297635d7..9149cee11b 100644
--- a/gis/openorienteering-mapper/openorienteering-mapper.info
+++ b/gis/openorienteering-mapper/openorienteering-mapper.info
@@ -1,8 +1,8 @@
PRGNAM="openorienteering-mapper"
-VERSION="0.6.7"
+VERSION="0.6.8"
HOMEPAGE="http://www.openorienteering.org/apps/mapper/"
-DOWNLOAD="https://github.com/OpenOrienteering/mapper/archive/v0.6.7/mapper-0.6.7.tar.gz"
-MD5SUM="555ddf1785c264c9b64ebdfeb0c07d49"
+DOWNLOAD="https://github.com/OpenOrienteering/mapper/archive/v0.6.8/mapper-0.6.8.tar.gz"
+MD5SUM="183c8f088011baeda212e20c19ea03da"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="polyclipping proj qt5"