summaryrefslogtreecommitdiffstats
path: root/audio/qmmp-qt5/qmmp-qt5.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/qmmp-qt5/qmmp-qt5.SlackBuild')
-rw-r--r--audio/qmmp-qt5/qmmp-qt5.SlackBuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/qmmp-qt5/qmmp-qt5.SlackBuild b/audio/qmmp-qt5/qmmp-qt5.SlackBuild
index eb87ae7edd..e01dfd9ca8 100644
--- a/audio/qmmp-qt5/qmmp-qt5.SlackBuild
+++ b/audio/qmmp-qt5/qmmp-qt5.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for qmmp-qt5
-# Copyright 2018 Isaac Yu <isaacyu1@isaacyu1.com>
+# Copyright 2018-2020 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for any purpose
@@ -19,12 +19,13 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-SRCNAM=qmmp
-PRGNAM=$SRCNAM-qt5
-VERSION=${VERSION:-1.2.4}
+PRGNAM=qmmp-qt5
+VERSION=${VERSION:-1.3.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+SRCNAM=qmmp
+
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;