diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2010-07-07 02:19:04 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-07-08 00:13:25 -0500 |
commit | 3c4bce1c9efc98463c2caa9239930d2591b7024a (patch) | |
tree | ecffefaed59a5d6aa58e123ae993fdf9617e973b | |
parent | e308a714eaac5e509dbda7f7d80c8089d44a58ce (diff) | |
download | slackbuilds-3c4bce1c9efc98463c2caa9239930d2591b7024a.tar.gz |
office/lyx: Fixed md5sum in lyx.info
Thanks to Greg' Ar Tourter for the heads-up.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r-- | office/lyx/lyx.SlackBuild | 2 | ||||
-rw-r--r-- | office/lyx/lyx.info | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/office/lyx/lyx.SlackBuild b/office/lyx/lyx.SlackBuild index d83f698b69..4519a7c940 100644 --- a/office/lyx/lyx.SlackBuild +++ b/office/lyx/lyx.SlackBuild @@ -11,12 +11,10 @@ VERSION=${VERSION:-1.6.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi diff --git a/office/lyx/lyx.info b/office/lyx/lyx.info index e9531d91fe..22cee6bd63 100644 --- a/office/lyx/lyx.info +++ b/office/lyx/lyx.info @@ -2,7 +2,7 @@ PRGNAM="lyx" VERSION="1.6.6" HOMEPAGE="http://www.lyx.org" DOWNLOAD="ftp://ftp.lyx.org/pub/lyx/stable/1.6.x/lyx-1.6.6.tar.gz" -MD5SUM="e4f209a46b7c8a75418bf1091e4619ff" +MD5SUM="0faa057c49f570eddb5474a639f0357e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Morten Juhl-Johansen Zölde-Fejér" |