libraries/qoauth: Updated for version 2.0.0, use qt5.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2022-02-04 20:56:33 +01:00
parent 586d301d40
commit 8a4a363d93
2 changed files with 7 additions and 7 deletions

View file

@ -25,14 +25,14 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=qoauth
VERSION=${VERSION:-1.0.1}
VERSION=${VERSION:-2.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -50,8 +50,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View file

@ -1,8 +1,8 @@
PRGNAM="qoauth"
VERSION="1.0.1"
VERSION="2.0.0"
HOMEPAGE="http://wiki.github.com/ayoy/qoauth/"
DOWNLOAD="https://github.com/ayoy/qoauth/archive/v1.0.1/qoauth-1.0.1.tar.gz"
MD5SUM="255121fc0070a1fbed83703e39111ce4"
DOWNLOAD="https://github.com/ayoy/qoauth/archive/v2.0.0/qoauth-2.0.0.tar.gz"
MD5SUM="a30ab54144bcdb5b5adaf4d45b59a7d4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""