summaryrefslogtreecommitdiffstats
path: root/office/libreoffice-langpack/libreoffice-langpack.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'office/libreoffice-langpack/libreoffice-langpack.SlackBuild')
-rw-r--r--office/libreoffice-langpack/libreoffice-langpack.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/office/libreoffice-langpack/libreoffice-langpack.SlackBuild b/office/libreoffice-langpack/libreoffice-langpack.SlackBuild
index bd93793148..80543aedcd 100644
--- a/office/libreoffice-langpack/libreoffice-langpack.SlackBuild
+++ b/office/libreoffice-langpack/libreoffice-langpack.SlackBuild
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libreoffice-langpack
-VERSION=${VERSION:-"5.1.4"}
+VERSION=${VERSION:-"5.2.0"}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -38,7 +38,7 @@ SRCSHORT=$(echo $VERSION | cut -f1-2 -d.)
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac