Package Details: structurizr-cli 2024.09.19-1

Git Clone URL: https://aur.archlinux.org/structurizr-cli.git (read-only, click to copy)
Package Base: structurizr-cli
Description: A command line utility for Structurizr
Upstream URL: https://github.com/structurizr/cli
Keywords: structurizr
Licenses: Apache
Submitter: languitar
Maintainer: rockypra
Last Packager: rockypra
Votes: 1
Popularity: 0.000105
First Submitted: 2021-08-23 14:42 (UTC)
Last Updated: 2024-09-26 05:54 (UTC)

Dependencies (2)

Required by (0)

Sources (2)

Latest Comments

rockypra commented on 2024-09-26 05:39 (UTC) (edited on 2024-09-26 05:39 (UTC) by rockypra)

Here is the PKGBUILD diff latest update as of now (v2024.09.19):

diff --git a/PKGBUILD b/PKGBUILD
index 2e6e74e..8181d2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Johannes Wienke <languitar@semipol.de>
 _pkgname=structurizr
 pkgname=$_pkgname-cli
-pkgver=2024.03.03
+pkgver=2024.09.19
 pkgrel=1
 pkgdesc="A command line utility for Structurizr"
 arch=(any)
@@ -13,7 +13,7 @@ depends=('bash' 'java-runtime')
 makedepends=()
 source=("https://github.com/$_pkgname/cli/releases/download/v${pkgver}/$_pkgname-cli.zip"
         "launcher.sh")
-sha256sums=('76a48bee2016d851a0737bffbbf9aae00d2043e96e1b746ffb7e189ca917b264'
+sha256sums=('acc90f59f5e12ba3faa3d17d49d7bda438f531504b87e271007276f9d9575d9f'
             'd360ef7d8ac0106c3e735d3f74628ed24e6604ad7bc254d4b85a49a5b933bf27')

 package() {

scruffyfurn commented on 2024-09-08 16:24 (UTC)

Adding a patch here to bring the package up to date and fix sha256sums issue.

diff --git a/PKGBUILD b/PKGBUILD
index 2e6e74e..3ecbed0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Johannes Wienke <languitar@semipol.de>
 _pkgname=structurizr
 pkgname=$_pkgname-cli
-pkgver=2024.03.03
+pkgver=2024.07.03
 pkgrel=1
 pkgdesc="A command line utility for Structurizr"
 arch=(any)
@@ -13,7 +13,7 @@ depends=('bash' 'java-runtime')
 makedepends=()
 source=("https://github.com/$_pkgname/cli/releases/download/v${pkgver}/$_pkgname-cli.zip"
         "launcher.sh")
-sha256sums=('76a48bee2016d851a0737bffbbf9aae00d2043e96e1b746ffb7e189ca917b264'
+sha256sums=('d419e5221f3c8dbb1f92bda7420094905a1f6c651184dc49abb119f203de5e96'
             'd360ef7d8ac0106c3e735d3f74628ed24e6604ad7bc254d4b85a49a5b933bf27')

 package() {

Swivel commented on 2024-03-16 20:34 (UTC)

As @skremiec pointed out, this package is erroring out since the update and needs to be fixed.

==> Validating source files with sha256sums...
    structurizr-cli.zip ... FAILED
    launcher.sh ... Passed
==> ERROR: One or more files did not pass the validity check!
 -> error downloading sources: /home/****/.cache/yay/structurizr-cli
         context: error downloading sources: /home/****/.cache/yay/structurizr-cli
         context: exit status 1

skremiec commented on 2024-03-14 23:00 (UTC)

When the package was bumped to version 2024.03.03 the checksum was not updated, causing the build to fail.

bauermi86944 commented on 2023-06-28 07:48 (UTC)

@tomkm,

Hi Tom,
this package has been outdated for quite a while now.
Could you take care of upgrading the PKGBUILD or should some else maintain or co-maintain structurizr-cli? I'm willing to support / take over.

Swivel commented on 2023-01-30 04:09 (UTC)

@languitar Any particular reason why? Did you go with an alternative?

languitar commented on 2021-11-27 13:48 (UTC)

I have stopped using structurizr. If someone else is willing to adopt the package, that would be great.