diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2016-09-07 20:44:06 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-11 08:53:43 +0700 |
commit | ca6d086626876e8fb7e20a4d528131cf58572c25 (patch) | |
tree | d4798c3566a7105cd9490d0d03c42aa65fda17cd /graphics | |
parent | 747cb6ff8178f930c2ad8cb3dfa969fcefa68dae (diff) | |
download | slackbuilds-ca6d086626876e8fb7e20a4d528131cf58572c25.tar.gz |
graphics/mapcrafter: Updated for version 2.3.1.
Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mapcrafter/mapcrafter.SlackBuild | 8 | ||||
-rw-r--r-- | graphics/mapcrafter/mapcrafter.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/mapcrafter/mapcrafter.SlackBuild b/graphics/mapcrafter/mapcrafter.SlackBuild index 25ebaee477..1aefc04859 100644 --- a/graphics/mapcrafter/mapcrafter.SlackBuild +++ b/graphics/mapcrafter/mapcrafter.SlackBuild @@ -25,13 +25,13 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mapcrafter -VERSION=${VERSION:-2.3} +VERSION=${VERSION:-2.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -42,8 +42,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" diff --git a/graphics/mapcrafter/mapcrafter.info b/graphics/mapcrafter/mapcrafter.info index 81fc85a911..da1e12942c 100644 --- a/graphics/mapcrafter/mapcrafter.info +++ b/graphics/mapcrafter/mapcrafter.info @@ -1,8 +1,8 @@ PRGNAM="mapcrafter" -VERSION="2.3" +VERSION="2.3.1" HOMEPAGE="https://mapcrafter.org/" -DOWNLOAD="https://github.com/mapcrafter/mapcrafter/archive/v.2.3.tar.gz" -MD5SUM="487c8f9e7ba21725516db04ec2a4ef61" +DOWNLOAD="https://github.com/mapcrafter/mapcrafter/archive/v.2.3.1.tar.gz" +MD5SUM="9a63fbeb841eef9932dda8644f038f3d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |