summaryrefslogtreecommitdiffstats
path: root/development/tea
diff options
context:
space:
mode:
Diffstat (limited to 'development/tea')
-rw-r--r--development/tea/tea.SlackBuild7
-rw-r--r--development/tea/tea.info6
2 files changed, 8 insertions, 5 deletions
diff --git a/development/tea/tea.SlackBuild b/development/tea/tea.SlackBuild
index ae73bc2236..2fa0f64f94 100644
--- a/development/tea/tea.SlackBuild
+++ b/development/tea/tea.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tea
-VERSION=${VERSION:-62.0.2}
+VERSION=${VERSION:-62.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -61,6 +61,9 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
+elif [ "$ARCH" = "aarch64" ]; then
+ SLKCFLAGS="-O2 -fPIC"
+ LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
@@ -84,7 +87,7 @@ find -L . \
if [ ${QT4:-no} = yes ]; then
QMAKE=qmake-qt4
elif [ ${QT6:-no} = yes ]; then
- QMAKE=qmake-qt6
+ QMAKE=qmake6
else
QMAKE=qmake-qt5
fi
diff --git a/development/tea/tea.info b/development/tea/tea.info
index 64fdb4069f..ab445a2332 100644
--- a/development/tea/tea.info
+++ b/development/tea/tea.info
@@ -1,8 +1,8 @@
PRGNAM="tea"
-VERSION="62.0.2"
+VERSION="62.4.0"
HOMEPAGE="https://tea.ourproject.org/"
-DOWNLOAD="https://github.com/psemiletov/tea-qt/archive/62.0.2/tea-qt-62.0.2.tar.gz"
-MD5SUM="6a5ed8ec8bc78176ca23412ec050d15d"
+DOWNLOAD="https://github.com/psemiletov/tea-qt/archive/62.4.0/tea-qt-62.4.0.tar.gz"
+MD5SUM="6e186e204a92111ee35fd47f26d5cf4c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""