summaryrefslogtreecommitdiffstats
path: root/graphics/GraphicsMagick/GraphicsMagick.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/GraphicsMagick/GraphicsMagick.SlackBuild')
-rw-r--r--graphics/GraphicsMagick/GraphicsMagick.SlackBuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/graphics/GraphicsMagick/GraphicsMagick.SlackBuild b/graphics/GraphicsMagick/GraphicsMagick.SlackBuild
index 48d9dd13f1..ea968873ff 100644
--- a/graphics/GraphicsMagick/GraphicsMagick.SlackBuild
+++ b/graphics/GraphicsMagick/GraphicsMagick.SlackBuild
@@ -8,8 +8,10 @@
# MIA. Original version had no license; I'm licensing the update under the
# terms of the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
-# 20181201 bkw:
-# - update for v1.3.31 (BUILD=1 again).
+# 20201019 bkw: update for v1.3.35.
+# 20200111 bkw: update for v1.3.34, quit using sourceforge dl link.
+# 20191130 bkw: update for v1.3.33.
+# 20181201 bkw: update for v1.3.31 (BUILD=1 again).
# 20181126 bkw:
# - fix the perl module. at one point it really did work, but lately
@@ -40,8 +42,8 @@
# - document optional deps in README
PRGNAM=GraphicsMagick
-VERSION=${VERSION:-1.3.31}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-1.3.35}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -94,7 +96,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
+tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \