Package Details: pgmodeler 3:1.2.0-1

Git Clone URL: https://aur.archlinux.org/pgmodeler.git (read-only, click to copy)
Package Base: pgmodeler
Description: PostgreSQL Database Modeler: an open source CASE tool for modeling PostgreSQL databases
Upstream URL: https://pgmodeler.io
Licenses: GPL3
Submitter: Carlinix
Maintainer: marco44
Last Packager: marco44
Votes: 55
Popularity: 0.47
First Submitted: 2014-01-04 05:32 (UTC)
Last Updated: 2025-05-21 11:22 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 10 Next › Last »

neven commented on 2023-03-20 16:25 (UTC)

According to the installation docs, this PKGBUILD should depend on PostgreSQL and on libxml2, and it shouldn't depend on lipqxx:

https://www.pgmodeler.io/support/installation

marco44 commented on 2023-02-28 12:30 (UTC)

Good catch. Should be fixed now

dimlev commented on 2023-02-28 11:16 (UTC)

pgmodeler now requires qt6 [1] due to bugs with the qt5 build [2].

[1] https://pgmodeler.io/support/installation [2] https://github.com/pgmodeler/pgmodeler/issues/1742#issuecomment-1441447631

marco44 commented on 2023-02-06 10:43 (UTC)

Yeah, the file has changed since then :/

dimlev commented on 2023-02-06 10:34 (UTC)

I am getting a different sha1sum for v1.0.0.tar.gz (250dfc30c13a42a8855496def4b47f0fa0b8318c). Perhaps it was related to the recent github changes?

marco44 commented on 2022-06-27 07:58 (UTC)

Fixed this. Still waiting for a merge for another PR for appdata. I didn't change the epoch, no point in making people rebuild just to fix 3 icons, I think.

wcasanova commented on 2022-06-26 19:18 (UTC)

Please update icons https://github.com/pgmodeler/pgmodeler/blob/develop/assets/conf/pgmodeler_logo.png https://github.com/pgmodeler/pgmodeler/blob/develop/assets/conf/pgmodeler_dbm.png https://github.com/pgmodeler/pgmodeler/blob/develop/assets/conf/pgmodeler_sch.png

marco44 commented on 2021-12-21 14:45 (UTC)

Fixed the checksum. I suppose the original 0.9.4 has been overwritten on the site, the checksum is a bit different.

Shizumi commented on 2021-11-21 18:15 (UTC) (edited on 2021-11-21 19:32 (UTC) by Shizumi)

Just an FYI, 0.9.4-beta1 more-or-less breaks enums currently (dev is aware). If you use enums in your models, stick with 0.9.3 or 0.9.4-beta for now.

https://github.com/pgmodeler/pgmodeler/issues/1588

mariano.martin commented on 2020-10-16 18:56 (UTC)

Could you please bump to v0.9.3-beta1? https://github.com/pgmodeler/pgmodeler/releases/tag/v0.9.3-beta1

lots of good stuff, also support for generated columns. Thanks!