diff options
Diffstat (limited to 'audio/ncspot/ncspot.SlackBuild')
-rw-r--r-- | audio/ncspot/ncspot.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/ncspot/ncspot.SlackBuild b/audio/ncspot/ncspot.SlackBuild index 64bb3522b470a..bfbc92cdacbb4 100644 --- a/audio/ncspot/ncspot.SlackBuild +++ b/audio/ncspot/ncspot.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ncspot -VERSION=${VERSION:-0.10.1} +VERSION=${VERSION:-0.11.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -87,6 +87,8 @@ cd $PRGNAM-$VERSION # For cargo-1.58 incompatibilities patch -p1 < $CWD/cargo-lock-$VERSION.patch +# Fix cursor offset problem +patch -p1 < $CWD/no-cursor-offset.patch # build offline # configuration tells cargo to use the configured directory |