summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Cousin2023-08-03 10:02:30 +0200
committerMarc Cousin2023-08-03 10:02:30 +0200
commit4a149d47b6131ee2621116aa704af13f84497727 (patch)
tree51e5a4e077ca4963764fbc2a4afcfc167d9ee7b3
parent208d04d328bff94290ffcb4a924ae7cb0ba2f32b (diff)
downloadaur-4a149d47b6131ee2621116aa704af13f84497727.tar.gz
Replace postgresql with postgresql-libs as dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67a6e5a8ee51..1830a1daf55f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = pgmodeler
arch = x86_64
license = GPL3
depends = qt6-svg
- depends = postgresql
+ depends = postgresql-libs
depends = libxml2
options = emptydirs
source = https://github.com/pgmodeler/pgmodeler/archive/v1.0.5.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 22516ee63698..fc3c6eca665d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="PostgreSQL Database Modeler: an open source CASE tool for modeling Post
url="https://pgmodeler.io"
license=('GPL3')
arch=('x86_64')
-depends=('qt6-svg' 'postgresql' 'libxml2')
+depends=('qt6-svg' 'postgresql-libs' 'libxml2')
source=("https://github.com/$pkgname/$pkgname/archive/v${pkgver//_/-}.tar.gz"
'mimetype.xml'