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.106412
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

1 2 3 4 5 6 Next › Last »

Schernov commented on 2024-02-20 15:38 (UTC)

Hi The link for download is incorrect, sends 404.

==> Making package: archi 5.0.2-5 (Tue Feb 20 18:36:18 2024) ==> Retrieving sources... -> Downloading Archi-Linux64-5.0.2.tgz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 ==> ERROR: Failure while downloading https://www.archimatetool.com/downloads/archi.php?/5.0.2/Archi-Linux64-5.0.2.tgz Aborting...

ronki commented on 2023-12-26 14:54 (UTC) (edited on 2023-12-26 14:54 (UTC) by ronki)

new version and new link

pkgname=archi
_pkgver_major=5
_pkgver_minor=2
_pkgver_patch=0
pkgver=${_pkgver_major}.${_pkgver_minor}.${_pkgver_patch}
pkgrel=5
pkgdesc="Free, open source, cross-platform tool and editor to create ArchiMate models."
arch=('x86_64')
url="http://www.archimatetool.com/"
license=('MIT')
depends=('java-runtime-openjdk=8' 'bash')
optdepends=('webkitgtk2: hints view support')
provides=('archi')

source=("https://www.archimatetool.com/downloads/archi-5.php?/${pkgver}/Archi-Linux64-${pkgver}.tgz"
  "${pkgname}.desktop"
  "${pkgname}-launcher.sh"
  "LICENSE")
md5sums=('bb5f8711e944faea2739cb07c3b9f868'
  '7b9a0cf8e67790ff9ca1afc6578e3adc'
  'da5e0498fe923984150c6dbb08ae9bd8'
  '66653b079752362c3e9fc7142027cb7e')

lewekleonek commented on 2023-11-25 08:24 (UTC) (edited on 2023-11-25 08:28 (UTC) by lewekleonek)

How about a version upgrade?

 pkgname=archi
 _pkgver_major=5
 _pkgver_minor=2
 _pkgver_patch=0

 md5sums=('bb5f8711e944faea2739cb07c3b9f868'
   '7b9a0cf8e67790ff9ca1afc6578e3adc'
   'da5e0498fe923984150c6dbb08ae9bd8'
   '66653b079752362c3e9fc7142027cb7e')

FalsePerspective commented on 2023-05-04 07:45 (UTC)

When correcting the md5sum of the source file, makepkg -si fails after

install: cannot stat 'Archi/docs/*': No such file or directory

sgrue commented on 2023-03-06 11:29 (UTC) (edited on 2023-03-06 11:31 (UTC) by sgrue)

Hi, i just tried to install archi but the build fails because of an invalid MD5 checksum:

==> Validating source files with md5sums... Archi-Linux64-4.10.0.tgz ... FAILED

<deleted-account> commented on 2023-01-23 20:10 (UTC)

It appears the download link changed again. This should be the URL in the PKGBUILD:

source=("https://www.archimatetool.com/downloads/download.php?/downloads/archi/${pkgver}/Archi-Linux64-${pkgver}.tgz"
"${pkgname}.desktop"
"${pkgname}-launcher.sh"
"LICENSE")

If you'd like a co-maintainer, feel free to add me.

nevel commented on 2022-11-07 11:11 (UTC)

Hi, I tried to install the archi 4.10.0-3 package from AUR, but the following URL does not (no longer?) seem to work: https://www.archimatetool.com/downloads/archi/4.10.0/Archi-Linux64-4.10.0.tgz

The website points to https://www.archimatetool.com/downloads/index.php?/downloads/archi/4.10.0/Archi-Linux64-4.10.0.tgz, so perhaps that URL should be used instead.

0b100100 commented on 2021-11-17 22:32 (UTC) (edited on 2021-11-27 13:21 (UTC) by 0b100100)

This would work: $ curl -X POST -F 'do=4.9.1/Archi-Linux64-4.9.1.tgz' https://www.archimatetool.com/downloads/archi/ -o Archi-Linux64-4.9.1.tgz

But as noted by crazybyte it is probably safer to try building it from the source release tarball as the binary location might change again.

edit: "dl=" now changed to "do=". The next maintainer probably has to contact upstream if this cat and mouse game is intended.

ebiadsu commented on 2021-09-06 07:30 (UTC)

Has anybody been successful automating the download of the source. I have tried it with curl, wget and python (using the POST method) and it did not work.

crazybyte commented on 2021-03-09 07:31 (UTC) (edited on 2021-03-09 07:32 (UTC) by crazybyte)

A note for the next maintainer: fetching the sources from github [0] could be a solution... for instance, latest release tarball (4.8.1) can be downloaded from here [1].

[0] https://github.com/archimatetool/archi/releases

[1] https://github.com/archimatetool/archi/archive/release_4.8.1.tar.gz