From c8ea54170109c6c4e7912535725c4ad7f14534c2 Mon Sep 17 00:00:00 2001 From: Brenton Earl Date: Sat, 1 Apr 2017 01:03:18 +0700 Subject: games/nsudoku: Switch to i586 + new maintainer. Signed-off-by: Willy Sudiarto Raharjo --- games/nsudoku/nsudoku.SlackBuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'games/nsudoku/nsudoku.SlackBuild') diff --git a/games/nsudoku/nsudoku.SlackBuild b/games/nsudoku/nsudoku.SlackBuild index 3a952bd27802..0fe54f1ca83d 100644 --- a/games/nsudoku/nsudoku.SlackBuild +++ b/games/nsudoku/nsudoku.SlackBuild @@ -4,6 +4,7 @@ # Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org # Copyright 2010, 2012 Binh Nguyen +# Copyright 2017 Brenton Earl # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -30,7 +31,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 -- cgit v1.2.3