Package Details: archi 5.2.0-0

Git Clone URL: https://aur.archlinux.org/archi.git (read-only, click to copy)
Package Base: archi
Description: Free, open source, cross-platform tool and editor to create ArchiMate models.
Upstream URL: http://www.archimatetool.com/
Keywords: archi archimate
Licenses: MIT
Provides: archi
Submitter: None
Maintainer: Carlinix
Last Packager: Carlinix
Votes: 14
Popularity: 0.000669
First Submitted: 2013-05-12 20:02 (UTC)
Last Updated: 2024-03-18 17:23 (UTC)

Dependencies (3)

Required by (0)

Sources (4)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

Paddlaren commented on 2018-05-02 09:18 (UTC)

Hi,

I just want to share that I am unable to run Archi using openjdk 10 but if I switch to openjdk 8 it works. Don't know if this is a problem for others as well but I though I might share just in case...

Did not install using the AUR so I am not sure if the AUR might need to be updated in the dependency section.

Cheers, Erik

MyLad commented on 2018-02-13 12:57 (UTC)

Archi got updated again. Latest version is now https://archimatetool.com/downloads/release/Archi-Linux64-4.2.tgz Old link doesn't work anymore.

Kadzi commented on 2017-11-30 13:57 (UTC)

Hello, latest version is 4.1.1, and sha256sum: ee4a1025bbd9c306b8af3fb0b55d9bb52a08112fc31cca3a5ca2b165f220dd00

Jeroen0494 commented on 2017-11-25 10:13 (UTC)

If Archi fails to run, remove the package first then install. The new version uses the new Eclipse (Oxygen) and pacman doesn't automatically remove the old plugins.

aaimless commented on 2017-11-24 09:37 (UTC)

Hello, the download link has changed again (see below). Also, Archi's latest release is now 4.1.0 https://archimatetool.com/downloads/release/Archi-Linux64-4.1.0.tgz

Jeroen0494 commented on 2017-11-02 12:26 (UTC)

@Moxon Thanks, I fixed the download link.

Moxon commented on 2017-10-31 21:49 (UTC) (edited on 2017-10-31 21:49 (UTC) by Moxon)

Sorry for finding stuff again, but the download link seem to have changed from https://archimatetool.com/downloads/release/v4/Archi-Linux64-4.0.3.tar.gz to https://archimatetool.com/downloads/release/v4/Archi-Linux64-4.0.3.tgz

Jeroen0494 commented on 2017-10-12 09:13 (UTC)

Hi Paddlaren, Thank you for your comment. I must admit it has been a while since I last used archi. I am not a developer of this package and only needed it for a school project a while back. I do test whether the programs actually runs but I don't test it extensively. I will remove webkitgtk from the dependencies and set it as an optional dependency. Thanks!

Paddlaren commented on 2017-10-12 05:57 (UTC)

Hi, Sadly Archi's Hints browser wont work with the version of webkit-gtk that is in the PKGBUILD. One need to use https://aur.archlinux.org/packages/webkitgtk2/ instead. I downloaded a pre-compiled version from: https://archive.archlinux.org/repos/2017/06/29/extra/os/x86_64/webkitgtk2-2.4.11-6-x86_64.pkg.tar.xz and do now have the Hints view working. Al other options I tested, including the one in PKGBUILD did not render a working Hints browser. Also relevant, given that it is quite an effort to compile webkit-gtk, it is ONLY used for the Hints view. In all other aspects I have come across Archi works perfectly without webkit-gtk installed. Sadly the one that works is orphan :(

Moxon commented on 2017-10-02 12:23 (UTC)

This is the PKGBUILD diff to get it to 4.0.3: diff --git a/PKGBUILD b/PKGBUILD index a6413c1..3be1ce9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jeroen Rijken <jeroen dot rijken at gmail dot com> pkgname=archi -pkgver=4.0.2 +pkgver=4.0.3 pkgrel=1 pkgdesc="Free, open source, cross-platform tool and editor to create ArchiMate models." arch=('x86_64') @@ -10,7 +10,7 @@ license=('MIT') depends=('java-runtime>=1.8' 'webkitgtk') provides=('archi') source=(https://archimatetool.com/downloads/release/v4/Archi-Linux64-$pkgver.tar.gz $pkgname.desktop) -sha256sums=('113685ff3ad12bfd9880ac1b821c89ebdaae3b805a7aa0f88e57a56649dcfcf6' +sha256sums=('6ba55d77395ad4e09381f5b2f773e78a641bde96e2cec94e4d35ee4df665a1d6' 'eb97e9fb2af5b15b710ddace817d08fe73055d27816aaf790a6cd6bf26643714') package() {