mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/Bear: Fix BUILD and remove dep.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
97b154f29d
commit
3137c1cf27
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ cd "$(dirname "$0")" ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=Bear
|
||||
VERSION=${VERSION:-3.1.3}
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
NAMVER=$PRGNAM-$VERSION
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/rizsotto/Bear/archive/3.1.3/Bear-3.1.3.tar.gz"
|
|||
MD5SUM="95dd52be536907a672df211de22fa15c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="grpc fmt spdlog nlohmann_json"
|
||||
REQUIRES="grpc spdlog nlohmann_json"
|
||||
MAINTAINER="Ivan Kovmir"
|
||||
EMAIL="i@kovmir.eu"
|
||||
|
|
Loading…
Reference in a new issue