diff options
author | Nikolay Korotkiy <sikmir@gmail.com> | 2016-11-21 22:14:44 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-26 11:47:24 +0700 |
commit | 23756590c2462dcef96d65d3377527f9c52efec8 (patch) | |
tree | 5ed202a2c4ce8df294da5e4612d05b1ca609f517 /python/pattern/pattern.SlackBuild | |
parent | eaaab2a914a691f68c330b14f6db9d48e26732f9 (diff) |
python/pattern: Updated for version 2.6.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/pattern/pattern.SlackBuild')
-rw-r--r-- | python/pattern/pattern.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/python/pattern/pattern.SlackBuild b/python/pattern/pattern.SlackBuild index 7222f1bb755fe..a54764f03a706 100644 --- a/python/pattern/pattern.SlackBuild +++ b/python/pattern/pattern.SlackBuild @@ -2,11 +2,12 @@ # Slackware build script for pattern -# Copyright 2013, Nikolay Korotkiy <sikmir@gmail.com> +# Copyright 2013-2016, Nikolay Korotkiy <sikmir@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: +# # 1. Redistributions of this script must retain the above copyright # notice, this list of conditions and the following disclaimer. # @@ -22,13 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pattern -VERSION=${VERSION:-2.5} +VERSION=${VERSION:-2.6} 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 |