diff options
author | Niels Horn <niels.horn@gmail.com> | 2010-12-27 00:49:29 -0600 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2010-12-27 20:06:58 -0200 |
commit | ce9927e1f7f7f020f4a1ae4d227d4d5c06d371cd (patch) | |
tree | 2a0ab0ec2e526c258a20c97684ab175dbe01fcd3 /office/libreoffice-langpack/libreoffice-langpack.SlackBuild | |
parent | aa937409feea681bbb4584195e2a04b6093d0c80 (diff) | |
download | slackbuilds-ce9927e1f7f7f020f4a1ae4d227d4d5c06d371cd.tar.gz |
office/libreoffice-langpack: Updated for version 3.3.0rc1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/libreoffice-langpack/libreoffice-langpack.SlackBuild')
-rw-r--r-- | office/libreoffice-langpack/libreoffice-langpack.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/office/libreoffice-langpack/libreoffice-langpack.SlackBuild b/office/libreoffice-langpack/libreoffice-langpack.SlackBuild index 00280a5973..d91e9cfea7 100644 --- a/office/libreoffice-langpack/libreoffice-langpack.SlackBuild +++ b/office/libreoffice-langpack/libreoffice-langpack.SlackBuild @@ -3,10 +3,10 @@ # Slackware build script for LibreOffice Language Packs # Written by Niels Horn <niels.horn@gmail.com> -# Revision date: 2010/11/28 +# Revision date: 2010/12/10 PRGNAM=libreoffice-langpack -VERSION=${VERSION:-"3.3.0_beta3"} +VERSION=${VERSION:-"3.3.0rc1"} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -14,7 +14,8 @@ LOLANG=${LOLANG:-en-GB} PKG_LANG=${LOLANG//-/_} ALIEN=${ALIEN:-no} -SRCVERSION=$(echo $VERSION | cut -f1 -d_) +# I'll leave this line here, as I always have to change it with every release +SRCVERSION=$VERSION if [ -z "$ARCH" ]; then case "$( uname -m )" in |