summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author fuzzix <fuzzix@fuzzix.org>2016-11-04 19:40:36 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-04 19:40:36 +0700
commiteb10d74a9b54d52fc781a93859d0302c91cfa9b7 (patch)
tree586a5c12eac1d6b3280ef236634039119ba3e11e /audio
parent9c44e3b04e0e4b4d935bfac7e61a30f8aca95a20 (diff)
downloadslackbuilds-eb10d74a9b54d52fc781a93859d0302c91cfa9b7.tar.gz
slackbuilds-eb10d74a9b54d52fc781a93859d0302c91cfa9b7.tar.xz
audio/sunvox: Updated for version 1.9.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/sunvox/sunvox.SlackBuild6
-rw-r--r--audio/sunvox/sunvox.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/sunvox/sunvox.SlackBuild b/audio/sunvox/sunvox.SlackBuild
index bb1fcb9c2b..6faa47a7dd 100644
--- a/audio/sunvox/sunvox.SlackBuild
+++ b/audio/sunvox/sunvox.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=sunvox
-VERSION=${VERSION:-1.9.1}
+VERSION=${VERSION:-1.9.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -44,7 +44,7 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
-install -d ${PKG}/usr/{bin,doc,share/{${PRGNAM}/instruments/,${PRGNAM}/examples/,${PRGNAM}/docs/,${PRGNAM}/icon/,applications/}}
+install -d ${PKG}/usr/{bin,doc,share/{${PRGNAM}/instruments/,${PRGNAM}/effects/,${PRGNAM}/examples/,${PRGNAM}/docs/,${PRGNAM}/icon/,applications/}}
cd $TMP
rm -rf $PRGNAM
@@ -70,7 +70,7 @@ fi
install -Dm644 $CWD/sunvox.desktop $PKG/usr/share/applications/
install -Dm644 $CWD/sunvox.png $PKG/usr/share/sunvox/icon/
-for dir in instruments examples docs ; do
+for dir in instruments effects examples docs ; do
cd "$TMP/$PRGNAM/$dir/"
find . -type d -exec install -d "$PKG/usr/share/$PRGNAM/${dir}/"{} \;
find . -type f -exec install -Dm644 {,"$PKG/usr/share/$PRGNAM/${dir}/"}{} \;
diff --git a/audio/sunvox/sunvox.info b/audio/sunvox/sunvox.info
index 1bc9fc7af8..d61690e406 100644
--- a/audio/sunvox/sunvox.info
+++ b/audio/sunvox/sunvox.info
@@ -1,8 +1,8 @@
PRGNAM="sunvox"
-VERSION="1.9.1"
+VERSION="1.9.2"
HOMEPAGE="http://www.warmplace.ru/soft/sunvox/"
-DOWNLOAD="http://www.warmplace.ru/soft/sunvox/sunvox-1.9.1.zip"
-MD5SUM="001d04ccc9673d4858f6eab5d1561ec9"
+DOWNLOAD="http://www.warmplace.ru/soft/sunvox/sunvox-1.9.2.zip"
+MD5SUM="3e539805243d0596d3ae21d3c6c81794"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""