summaryrefslogtreecommitdiffstats
path: root/games/freedroidrpg/freedroidrpg.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/freedroidrpg/freedroidrpg.SlackBuild')
-rw-r--r--games/freedroidrpg/freedroidrpg.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/games/freedroidrpg/freedroidrpg.SlackBuild b/games/freedroidrpg/freedroidrpg.SlackBuild
index ddd773412b..2c01d89d62 100644
--- a/games/freedroidrpg/freedroidrpg.SlackBuild
+++ b/games/freedroidrpg/freedroidrpg.SlackBuild
@@ -20,16 +20,14 @@
# Modified by the SlackBuilds.org project.
PRGNAM=freedroidrpg
-VERSION=0.13
+VERSION=0.14.1
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -56,7 +54,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.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find . \