diff options
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 |