diff options
Diffstat (limited to 'desktop/xfce4-volumed/xfce4-volumed.SlackBuild')
-rw-r--r-- | desktop/xfce4-volumed/xfce4-volumed.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/desktop/xfce4-volumed/xfce4-volumed.SlackBuild b/desktop/xfce4-volumed/xfce4-volumed.SlackBuild index 0de5a6369a7f7..5cba95817c41d 100644 --- a/desktop/xfce4-volumed/xfce4-volumed.SlackBuild +++ b/desktop/xfce4-volumed/xfce4-volumed.SlackBuild @@ -25,16 +25,14 @@ PRGNAM=xfce4-volumed -VERSION=0.1.8 +VERSION=0.1.13 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 |