Package Details: sql-power-architect 1.0.9-1

Git Clone URL: https://aur.archlinux.org/sql-power-architect.git (read-only, click to copy)
Package Base: sql-power-architect
Description: Data Modeling & Profiling Tool
Upstream URL: http://www.bestofbi.com/page/architect
Licenses: GPL
Submitter: mrxx
Maintainer: mrxx
Last Packager: mrxx
Votes: 2
Popularity: 0.000000
First Submitted: 2019-01-09 16:41 (UTC)
Last Updated: 2022-11-29 12:35 (UTC)

Latest Comments

alemoh1234 commented on 2025-03-24 14:31 (UTC)

The package is currently being distributed as a .gz inside a .zip

So the following changes are required to make the build file work again:

Add 'unzip SQL-Power-Architect-generic-${pkgver}.tar.zip' before 'tar xf SQL-Power-Architect-generic-${pkgver}.tar.gz'

mrxx commented on 2020-04-02 13:03 (UTC)

Thanks, nharward. I've added passing start parameters to the script.

nharward commented on 2020-04-01 21:08 (UTC)

@mrxx suggestion: alter the 'sql-power-architect' script to pass along any arguments it receives to the underlying java process. The last line would change from:

exec java -jar /usr/lib/sql-power-architect/architect.jar

to:

exec java -jar /usr/lib/sql-power-architect/architect.jar "$@"