office/sigil: Updated for version 0.4.2.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Larry Hajali 2011-09-05 21:52:01 -04:00 committed by Robby Workman
parent c9e2a76dfa
commit 3593802184
2 changed files with 7 additions and 6 deletions

View file

@ -5,7 +5,7 @@
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
PRGNAM=sigil
VERSION=0.3.4
VERSION=0.4.2
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -43,9 +43,10 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$VERSION-Code
rm -rf $SRCNAM-$VERSION
mkdir -p $PRGNAM-$VERSION
cd $PRGNAM-$VERSION
unzip $CWD/$SRCNAM-$VERSION-Code.zip
cd $SRCNAM-$VERSION-Code
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \

View file

@ -1,8 +1,8 @@
PRGNAM="sigil"
VERSION="0.3.4"
VERSION="0.4.2"
HOMEPAGE="http://code.google.com/p/sigil/"
DOWNLOAD="http://sigil.googlecode.com/files/Sigil-0.3.4-Code.zip"
MD5SUM="6f83a8ee12d6f5918fe50b8314e63760"
DOWNLOAD="http://sigil.googlecode.com/files/Sigil-0.4.2-Code.zip"
MD5SUM="ce27976254236f8b11b787fd05be9acb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Larry Hajali"