diff options
Diffstat (limited to 'academic/cap3/cap3.SlackBuild')
-rw-r--r-- | academic/cap3/cap3.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/academic/cap3/cap3.SlackBuild b/academic/cap3/cap3.SlackBuild index 12ee761b1ebe6..8e8bb63c673da 100644 --- a/academic/cap3/cap3.SlackBuild +++ b/academic/cap3/cap3.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for cap3 -# Copyright 2013-2016 Petar Petrov slackalaxy@gmail.com +# Copyright 2013-2021 Petar Petrov slackalaxy@gmail.com # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=cap3 VERSION=${VERSION:-20091029} # Use the last modification date as version -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -49,7 +49,7 @@ fi # Determine the tarball arch if [ "$ARCH" = "x86_64" ]; then - SRCARCH=".opteron64" + SRCARCH=".x86_64" else SRCARCH="" fi |