development/zed: Switch to i586 + new maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Brenton Earl 2017-04-01 01:03:58 +07:00 committed by Willy Sudiarto Raharjo
parent 1a84f9a2e2
commit 5d7bb2d314
2 changed files with 5 additions and 4 deletions

View file

@ -2,6 +2,7 @@
# Slackware build script for zed
# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
# Brenton Earl | brent@exitstatusone.com
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -29,7 +30,7 @@ TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -42,7 +43,7 @@ OUTPUT=${OUTPUT:-/tmp}
SHORTARCH=`getconf LONG_BIT`
if [ "$ARCH" = "i486" ]; then
if [ "$ARCH" = "i586" ]; then
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
LIBDIRSUFFIX=""

View file

@ -6,5 +6,5 @@ MD5SUM="43b7912ea9717c0c8946a3921f133e6e"
DOWNLOAD_x86_64="http://download.zedapp.org/zed-linux64-v1.1.0.tar.gz"
MD5SUM_x86_64="3b221d81275c425ed7f2cf1f34a52e05"
REQUIRES=""
MAINTAINER="Ryan P.C. McQuen"
EMAIL="ryanpcmcquen@member.fsf.org"
MAINTAINER="Brenton Earl"
EMAIL="brent@exitstatusone.com"