diff options
author | Brenton Earl <brent@exitstatusone.com> | 2017-04-01 01:03:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-01 01:03:18 +0700 |
commit | c8ea54170109c6c4e7912535725c4ad7f14534c2 (patch) | |
tree | e6fd93cd90d66b7f07ce9d7424eec33a3bac4a79 /games/nsudoku | |
parent | 5f0534196e817d7b8ab442a870c968a9f666a1e9 (diff) | |
download | slackbuilds-c8ea54170109c6c4e7912535725c4ad7f14534c2.tar.gz |
games/nsudoku: Switch to i586 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/nsudoku')
-rw-r--r-- | games/nsudoku/LICENSE | 4 | ||||
-rw-r--r-- | games/nsudoku/nsudoku.SlackBuild | 3 | ||||
-rw-r--r-- | games/nsudoku/nsudoku.info | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/games/nsudoku/LICENSE b/games/nsudoku/LICENSE index 88e1be8f55..0ffd0b4c0b 100644 --- a/games/nsudoku/LICENSE +++ b/games/nsudoku/LICENSE @@ -1,6 +1,6 @@ -nsudoku 1.2 +nsudoku 1.3 -Copyright (c) 2008-2013 Tin Benjamin Matuka +Copyright (c) 2008-2015 Tin Benjamin Matuka Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/games/nsudoku/nsudoku.SlackBuild b/games/nsudoku/nsudoku.SlackBuild index 3a952bd278..0fe54f1ca8 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 <binhvng@gmail.com> +# Copyright 2017 Brenton Earl <brent@exitstatusone.com> # 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 diff --git a/games/nsudoku/nsudoku.info b/games/nsudoku/nsudoku.info index fd9af3987b..4a8c00d1c4 100644 --- a/games/nsudoku/nsudoku.info +++ b/games/nsudoku/nsudoku.info @@ -6,5 +6,5 @@ MD5SUM="cae8ddb55879427631d995a2e6b16e55" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Ryan P.C. McQuen" -EMAIL="ryanpcmcquen@member.fsf.org" +MAINTAINER="Brenton Earl" +EMAIL="brent@exitstatusone.com" |