summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarc Cousin2023-02-28 13:27:58 +0100
committerMarc Cousin2023-02-28 13:28:40 +0100
commitba7d3299cd029d8f143287354329b889355e9b3d (patch)
tree9d1f6f95e83219bd69a7314c0ae040c2b82f060e /PKGBUILD
parenta8f6d17b4bbb256e225b6bd6fa2133bdf14f8e50 (diff)
downloadaur-ba7d3299cd029d8f143287354329b889355e9b3d.tar.gz
Build it with QT6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83099ab5e597..94585d3e2ebd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=pgmodeler
pkgver=1.0.1
pkgrel=1
-epoch=3
+epoch=4
pkgdesc="PostgreSQL Database Modeler: an open source CASE tool for modeling PostgreSQL databases"
url="https://pgmodeler.io"
license=('GPL3')
arch=('x86_64')
-depends=('qt5-svg' 'libpqxx')
+depends=('qt6-svg' 'libpqxx')
source=("https://github.com/$pkgname/$pkgname/archive/v${pkgver//_/-}.tar.gz"
'mimetype.xml'
@@ -30,7 +30,7 @@ build() {
patch -p1 < ../patch_no_check_update.diff
# release is needed to get the full dummy and xml2object plugins (doesn't seem to work)
- qmake CONFIG+=release \
+ qmake6 CONFIG+=release \
PREFIX=/usr \
CONFDIR=/etc/pgmodeler \
PRIVATEBINDIR=/usr/bin \