diff options
Diffstat (limited to 'development/scite/scite.SlackBuild')
-rw-r--r-- | development/scite/scite.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/scite/scite.SlackBuild b/development/scite/scite.SlackBuild index 5360120ea385..61decb742c48 100644 --- a/development/scite/scite.SlackBuild +++ b/development/scite/scite.SlackBuild @@ -26,13 +26,13 @@ # <https://www.gnu.org/licenses/>. PRGNAM=scite -VERSION=${VERSION:-3.6.7} +VERSION=${VERSION:-3.7.0} BUILD=${BUILD:-1} 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 @@ -45,7 +45,7 @@ OUTPUT=${OUTPUT:-/tmp} HELPBROWSER=mozilla -if [ "$ARCH" = "i486" ]; then +if [ "$ARCH" = "i586" ]; then LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then LIBDIRSUFFIX="" |