summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-07-30 19:56:41 +0200
committer Eric Hameleers <alien@slackware.com>2020-07-30 19:56:41 +0200
commit1d62ba06205dcd6d275fa3af6c1b8a7bb6f3428b (patch)
tree4a63fd68d6abe412e159096276b3509b468f1cc3
parent8a8f15733176ba02cfbb1e45c3f1cf1a317b4b02 (diff)
downloadktown-1d62ba06205dcd6d275fa3af6c1b8a7bb6f3428b.tar.gz
ktown-1d62ba06205dcd6d275fa3af6c1b8a7bb6f3428b.tar.xz
Deps: updated dbus and qca-qt5
-rwxr-xr-xdeps/dbus/dbus.SlackBuild2
-rw-r--r--deps/qca-qt5/.url3
-rwxr-xr-xdeps/qca-qt5/qca-qt5.SlackBuild4
3 files changed, 5 insertions, 4 deletions
diff --git a/deps/dbus/dbus.SlackBuild b/deps/dbus/dbus.SlackBuild
index 56c33c6..eb6364e 100755
--- a/deps/dbus/dbus.SlackBuild
+++ b/deps/dbus/dbus.SlackBuild
@@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=dbus
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | cut -d - -f 2 | rev | cut -f 3- -d . | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
diff --git a/deps/qca-qt5/.url b/deps/qca-qt5/.url
index 5c157ae..0d4c99c 100644
--- a/deps/qca-qt5/.url
+++ b/deps/qca-qt5/.url
@@ -1 +1,2 @@
-https://download.kde.org/stable/qca/2.3.0/qca-2.3.0.tar.xz.sig
+https://download.kde.org/stable/qca/2.3.1/qca-2.3.1.tar.xz
+https://download.kde.org/stable/qca/2.3.1/qca-2.3.1.tar.xz.sig
diff --git a/deps/qca-qt5/qca-qt5.SlackBuild b/deps/qca-qt5/qca-qt5.SlackBuild
index 8e24ae4..3bbd1e8 100755
--- a/deps/qca-qt5/qca-qt5.SlackBuild
+++ b/deps/qca-qt5/qca-qt5.SlackBuild
@@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=qca-qt5
SRCNAM=qca
-VERSION=${VERSION:-2.3.0}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-2.3.1}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then