diff options
author | Christoph Willing <chris.willing@iinet.net.au> | 2017-01-13 14:56:46 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-15 06:35:39 +0700 |
commit | 2794d0d471f1a595d337cf64275e93a2d91e1638 (patch) | |
tree | 676b44a8f27408781e2aec923be0953464cf292f /multimedia/vlc/vlc.SlackBuild | |
parent | 7a1acd5860af0bcf7c0eb9f3a4f2f2e59223dd0a (diff) | |
download | slackbuilds-2794d0d471f1a595d337cf64275e93a2d91e1638.tar.gz |
multimedia/vlc: Adjust for arm architecture
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
Diffstat (limited to 'multimedia/vlc/vlc.SlackBuild')
-rw-r--r-- | multimedia/vlc/vlc.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/vlc/vlc.SlackBuild b/multimedia/vlc/vlc.SlackBuild index 85e2969e08..ed492cb6a8 100644 --- a/multimedia/vlc/vlc.SlackBuild +++ b/multimedia/vlc/vlc.SlackBuild @@ -6,7 +6,7 @@ # modified to build VLC only, shared libraries needed. # Copyright (c) 2007,2008,2009,2010,2011 Eric Hameleers, Eindhoven, Netherlands -# Copyright (c) 2014-2016 Christoph Willing, Brisbane, Australia +# Copyright (c) 2014-2017 Christoph Willing, Brisbane, Australia # # Permission to use, copy, modify, and distribute this software for # any purpose with or without fee is hereby granted, provided that @@ -29,7 +29,7 @@ PRGNAM=vlc VERSION=${VERSION:-2.2.4} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |