summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Cousin2023-02-28 13:27:58 +0100
committerMarc Cousin2023-02-28 13:28:40 +0100
commitba7d3299cd029d8f143287354329b889355e9b3d (patch)
tree9d1f6f95e83219bd69a7314c0ae040c2b82f060e
parenta8f6d17b4bbb256e225b6bd6fa2133bdf14f8e50 (diff)
downloadaur-ba7d3299cd029d8f143287354329b889355e9b3d.tar.gz
Build it with QT6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d40bb06802b..ee0750c119fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,12 +2,12 @@ pkgbase = pgmodeler
pkgdesc = PostgreSQL Database Modeler: an open source CASE tool for modeling PostgreSQL databases
pkgver = 1.0.1
pkgrel = 1
- epoch = 3
+ epoch = 4
url = https://pgmodeler.io
install = pgmodeler.install
arch = x86_64
license = GPL3
- depends = qt5-svg
+ depends = qt6-svg
depends = libpqxx
options = emptydirs
source = https://github.com/pgmodeler/pgmodeler/archive/v1.0.1.tar.gz
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 \