summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--network/pebrot/pebrot.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/network/pebrot/pebrot.SlackBuild b/network/pebrot/pebrot.SlackBuild
index 3e1192d5d7..c113d3362e 100644
--- a/network/pebrot/pebrot.SlackBuild
+++ b/network/pebrot/pebrot.SlackBuild
@@ -25,13 +25,13 @@
# Modified by the SlackBuilds.org project
PRGNAM=pebrot
-VERSION=0.8.8
+VERSION=${VERSION:-0.8.8}
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