diff options
Diffstat (limited to 'office/sigil/sigil.SlackBuild')
-rw-r--r-- | office/sigil/sigil.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/office/sigil/sigil.SlackBuild b/office/sigil/sigil.SlackBuild index 19831e849a..a1e8a7de49 100644 --- a/office/sigil/sigil.SlackBuild +++ b/office/sigil/sigil.SlackBuild @@ -4,12 +4,13 @@ # Written by Larry Hajali <larryhaja[at]gmail[dot]com> -SRCNAM=Sigil PRGNAM=sigil -VERSION=0.2.3 +VERSION=0.2.4 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} +SRCNAM=Sigil + if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; |