misc/stardict: Updated for version 3.0.6 (3.0.6.2 segfaults).

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Zhu Qun-Ying 2022-03-25 08:02:22 +01:00 committed by Willy Sudiarto Raharjo
parent d15263488a
commit 19f6fe2887
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -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 . \

View file

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