audio/ncspot: Updated for version 1.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c223028b1e
commit
f8ea148479
Binary file not shown.
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for ncspot
|
||||
|
||||
# Copyright 2021-2023 K. Eugene Carlson Tsukuba, Japan
|
||||
# Copyright 2021-2024 K. Eugene Carlson Tsukuba, Japan
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=ncspot
|
||||
VERSION=${VERSION:-1.0.0}
|
||||
VERSION=${VERSION:-1.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -77,7 +77,7 @@ fi
|
|||
unset DRAWCOVER
|
||||
|
||||
# Use COVERS=yes to compile ncspot with cover-drawing capabilities. Requires
|
||||
# ueberzug.
|
||||
# ueberzug or ueberzugpp.
|
||||
[ ${COVERS:-no} = yes ] && DRAWCOVER="--features cover"
|
||||
|
||||
set -e
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue