office/pstoedit: Updated for version 3.70.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Pedro Mendes 2016-09-10 02:35:07 +07:00 committed by Willy Sudiarto Raharjo
parent 970062e88d
commit cf322311e3
2 changed files with 8 additions and 8 deletions

View file

@ -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"

View file

@ -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=""