summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/sawfish/sawfish.SlackBuild7
-rw-r--r--desktop/sawfish/sawfish.info6
2 files changed, 7 insertions, 6 deletions
diff --git a/desktop/sawfish/sawfish.SlackBuild b/desktop/sawfish/sawfish.SlackBuild
index 96a450cb05..fc2e17cfd2 100644
--- a/desktop/sawfish/sawfish.SlackBuild
+++ b/desktop/sawfish/sawfish.SlackBuild
@@ -1,6 +1,7 @@
#!/bin/sh
+#
# Slackware build script for sawfish.
-
+#
# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# All rights reserved.
#
@@ -22,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=sawfish
-VERSION=${VERSION:-1.11}
+VERSION=${VERSION:-1.11.90}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -59,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/${PRGNAM}_${VERSION}.tar.xz
+tar xvf $CWD/${PRGNAM}_${VERSION}.tar.bz2
mv ${PRGNAM}_${VERSION} $PRGNAM-$VERSION
cd $PRGNAM-$VERSION
chown -R root:root .
diff --git a/desktop/sawfish/sawfish.info b/desktop/sawfish/sawfish.info
index cf4ba75e81..5d5d71af52 100644
--- a/desktop/sawfish/sawfish.info
+++ b/desktop/sawfish/sawfish.info
@@ -1,8 +1,8 @@
PRGNAM="sawfish"
-VERSION="1.11"
+VERSION="1.11.90"
HOMEPAGE="http://sawfish.wikia.com/wiki/Main_Page"
-DOWNLOAD="http://download.tuxfamily.org/sawfish/sawfish_1.11.tar.xz"
-MD5SUM="19a8f3e4edefa747d8aa5dff772a98d0"
+DOWNLOAD="http://download.tuxfamily.org/sawfish/sawfish_1.11.90.tar.bz2"
+MD5SUM="ae915e5def6135b029e50cc39f1624bc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="rep-gtk"