academic/qucs-s: Updated for version 2.0.0.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Johannes Schoepfer 2023-09-01 22:42:49 +02:00 committed by Willy Sudiarto Raharjo
parent d9203a732f
commit b65b4c059b
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 8 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=qucs-s
VERSION=${VERSION:-1.1.0}
VERSION=${VERSION:-2.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -49,16 +49,12 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi
set -e

View file

@ -1,8 +1,8 @@
PRGNAM="qucs-s"
VERSION="1.1.0"
VERSION="2.0.0"
HOMEPAGE="https://ra3xdh.github.io"
DOWNLOAD="https://github.com/ra3xdh/qucs_s/releases/download/1.1.0/qucs-s-1.1.0.tar.gz"
MD5SUM="2de3e8d7b1647f66d88da3c6e10848a0"
DOWNLOAD="https://github.com/ra3xdh/qucs_s/releases/download/2.0.0/qucs-s-2.0.0.tar.gz"
MD5SUM="38c914dcb7943a7bd200ff4d51cdba91"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""