summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Joielechong2024-03-19 05:58:55 +0100
committer Willy Sudiarto Raharjo2024-03-19 06:53:08 +0100
commitef686cc0c93ca7bf66be082eca5dfc6bb3426862 (patch)
tree14108083e951495740af2f27e9b2c79b71622bb9
parentf4df38a340c0fecc298e737fd6cbdb6d30047b6f (diff)
downloadslackbuilds-ef686cc0c93ca7bf66be082eca5dfc6bb3426862.tar.gz
development/pgmodeler: Updated for version 1.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/pgmodeler/pgmodeler.SlackBuild6
-rw-r--r--development/pgmodeler/pgmodeler.info12
2 files changed, 9 insertions, 9 deletions
diff --git a/development/pgmodeler/pgmodeler.SlackBuild b/development/pgmodeler/pgmodeler.SlackBuild
index 7078c096e4..87f28fa5b0 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 \
diff --git a/development/pgmodeler/pgmodeler.info b/development/pgmodeler/pgmodeler.info
index 82c3d2b1bb..27b0c0dd9d 100644
--- a/development/pgmodeler/pgmodeler.info
+++ b/development/pgmodeler/pgmodeler.info
@@ -1,10 +1,10 @@
PRGNAM="pgmodeler"
-VERSION="1.0.1"
+VERSION="1.1.1"
HOMEPAGE="https://pgmodeler.io/"
-DOWNLOAD="https://github.com/pgmodeler/pgmodeler/archive/v1.0.1/pgmodeler-1.0.1.tar.gz"
-MD5SUM="f99d35de2ecd7b7bcee65726ba273879"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-REQUIRES="postgresql"
+DOWNLOAD="UNSUPPORTED"
+MD5SUM=""
+DOWNLOAD_x86_64="https://github.com/pgmodeler/pgmodeler/archive/v1.1.1/pgmodeler-1.1.1.tar.gz"
+MD5SUM_x86_64="45707b9c8850296da6391cb96036f450"
+REQUIRES="postgresql qt6"
MAINTAINER="Joielechong"
EMAIL="juansspy@gmail.com"