diff options
Diffstat (limited to 'development/orc/orc.SlackBuild')
-rw-r--r-- | development/orc/orc.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/development/orc/orc.SlackBuild b/development/orc/orc.SlackBuild index d16746b9ab..0a4eec8cf9 100644 --- a/development/orc/orc.SlackBuild +++ b/development/orc/orc.SlackBuild @@ -5,16 +5,14 @@ # Written by M.Dinslage (daedra1980@gmail.com) PRGNAM=orc -VERSION=${VERSION:-0.4.8} +VERSION=${VERSION:-0.4.11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi |