summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Pedro Mendes2016-09-09 21:35:07 +0200
committer Willy Sudiarto Raharjo2016-09-09 21:35:07 +0200
commitcf322311e3aaa7ee9119ba88a61e5dc36457051c (patch)
tree1aac7a9a5c11121d0ac5e4a06c63dd2697e4e2f6
parent970062e88dc96b61f40866878dff2ffb133c428e (diff)
downloadslackbuilds-cf322311e3aaa7ee9119ba88a61e5dc36457051c.tar.gz
office/pstoedit: Updated for version 3.70.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--office/pstoedit/pstoedit.SlackBuild10
-rw-r--r--office/pstoedit/pstoedit.info6
2 files changed, 8 insertions, 8 deletions
diff --git a/office/pstoedit/pstoedit.SlackBuild b/office/pstoedit/pstoedit.SlackBuild
index df6ff2e8cc..1448d71c5f 100644
--- a/office/pstoedit/pstoedit.SlackBuild
+++ b/office/pstoedit/pstoedit.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
-# Slackware build script for ming
+# Slackware build script for pstoedit
# Copyright 2008 Heinz Wiesinger <pprkut@liwjatan.at>
# All rights reserved.
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pstoedit
-VERSION=${VERSION:-3.62}
+VERSION=${VERSION:-3.70}
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
@@ -40,8 +40,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/office/pstoedit/pstoedit.info b/office/pstoedit/pstoedit.info
index 2acda58016..c55fece364 100644
--- a/office/pstoedit/pstoedit.info
+++ b/office/pstoedit/pstoedit.info
@@ -1,8 +1,8 @@
PRGNAM="pstoedit"
-VERSION="3.62"
+VERSION="3.70"
HOMEPAGE="http://www.pstoedit.net/"
-DOWNLOAD="https://sourceforge.net/projects/pstoedit/files/pstoedit/3.62/pstoedit-3.62.tar.gz"
-MD5SUM="d4ac408d93a8f57dcf0b261cef7785d8"
+DOWNLOAD="https://downloads.sourceforge.net/pstoedit/pstoedit-3.70.tar.gz"
+MD5SUM="d3ad4657b4944a8400f7ca76f78cb943"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""