summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--misc/stardict/stardict.SlackBuild4
-rw-r--r--misc/stardict/stardict.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/stardict/stardict.SlackBuild b/misc/stardict/stardict.SlackBuild
index 4312cab8c4..dc0b70a8ab 100644
--- a/misc/stardict/stardict.SlackBuild
+++ b/misc/stardict/stardict.SlackBuild
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=stardict
-VERSION=${VERSION:-3.0.6.2}
+VERSION=${VERSION:-3.0.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -74,7 +74,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xf $CWD/$PRGNAM-$VERSION-github-2.tar.?z*
+tar xf $CWD/$PRGNAM-$VERSION.tar.?z*
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/misc/stardict/stardict.info b/misc/stardict/stardict.info
index 2713da6660..e626eca9e3 100644
--- a/misc/stardict/stardict.info
+++ b/misc/stardict/stardict.info
@@ -1,8 +1,8 @@
PRGNAM="stardict"
-VERSION="3.0.6.2"
+VERSION="3.0.6"
HOMEPAGE="http://stardict-4.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/stardict-4/stardict-3.0.6.2-github-2.tar.xz"
-MD5SUM="bd16a483917f4ff356370feaf2bb8347"
+DOWNLOAD="http://downloads.sourceforge.net/stardict-4/stardict-3.0.6.tar.bz2"
+MD5SUM="93371b35482e6380e8bd4ba5d256b864"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="rarian gnome-common"