aboutsummaryrefslogtreecommitdiff
path: root/development/pgmodeler/pgmodeler.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/pgmodeler/pgmodeler.SlackBuild')
-rw-r--r--development/pgmodeler/pgmodeler.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/development/pgmodeler/pgmodeler.SlackBuild b/development/pgmodeler/pgmodeler.SlackBuild
index 7078c096e4b6b..87f28fa5b0eb9 100644
--- a/development/pgmodeler/pgmodeler.SlackBuild
+++ b/development/pgmodeler/pgmodeler.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pgmodeler
-# Copyright 2023 Joielechong, Indonesia
+# Copyright 2024 Joielechong, Indonesia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pgmodeler
-VERSION=${VERSION:-1.0.1}
+VERSION=${VERSION:-1.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -79,7 +79,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-qmake-qt5 \
+qmake-qt6 \
QMAKE_CFLAGS+="$SLKCFLAGS" \
QMAKE_CXXFLAGS+="$SLKCFLAGS" \
PREFIX=/usr \