Package Details: visual-paradigm-community 17.2.20241101-1

Git Clone URL: https://aur.archlinux.org/visual-paradigm-community.git (read-only, click to copy)
Package Base: visual-paradigm-community
Description: UML design application
Upstream URL: http://www.visual-paradigm.com/download/community.jsp
Keywords: design software uml
Licenses: custom
Submitter: AlexTalker
Maintainer: Levitating (przemub, Levitating, ny-a)
Last Packager: Levitating
Votes: 31
Popularity: 0.062474
First Submitted: 2015-11-30 10:22 (UTC)
Last Updated: 2024-11-12 00:05 (UTC)

Latest Comments

1 2 3 4 5 6 .. 9 Next › Last »

Levitating commented on 2024-11-12 00:05 (UTC)

thank you!

Dvd-Znf commented on 2024-11-11 21:28 (UTC) (edited on 2024-11-11 21:29 (UTC) by Dvd-Znf)

Dvd-Znf commented on 2024-11-11 23:22 (EET)
There is a new version
pkgver 17.2.20241101 should be released,
The new sha256sum is 71f4d7485ac34bf090fa5777531666774c13727cd1a24c8da7e91974ffed8052

Here's the git diff <3

diff --git a/PKGBUILD b/PKGBUILD
index 827741b..797c93f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 # Contributor: Simonas Racinas <racinas at icloud.com>
 # Contributor: Rein Fernhout <me@levitati.ng>
 pkgname=visual-paradigm-community
-pkgver=17.2.20240905
+pkgver=17.2.20241101
 pkgverminor=`echo $pkgver| sed 's/\(\.[^.]*\)\..*/\1/'`
 pkgrel=1
 pkgdesc="UML design application"
@@ -25,7 +25,7 @@ source=("https://www.visual-paradigm.com/downloads/${_server}/vpce/Visual_Paradi
   'LICENSE.txt'
   'x-visual-paradigm.xml')

-sha256sums=('6a25e3c6926f6c585bae055457cd56595fa7dcea9478a1d00e38a87306b868a5'
+sha256sums=('71f4d7485ac34bf090fa5777531666774c13727cd1a24c8da7e91974ffed8052'
             '52d244345f2ce8080d2b20c8c75b3ef833dfe9c5d605cac7129013b087bf2806'
             '5cdc0f50573d805938172c1f35664aa264fc5964fd92daed09b467565a6347b1'
             '41517b5c2326c0ba2fe3b6647f9594f094ccf03185cf73cb87d6cf19b355ff15'

Dvd-Znf commented on 2024-11-11 21:22 (UTC)

There is a new version
pkgver 17.2.20241101 should be released,
The new sha256sum is 71f4d7485ac34bf090fa5777531666774c13727cd1a24c8da7e91974ffed8052

matervinte commented on 2023-12-16 21:02 (UTC)

Today's update (17.1.20231203-1) fails sha256sum on file Visual_Paradigm_CE_Linux64_InstallFree.tar.gz

msnspk commented on 2023-07-06 20:43 (UTC) (edited on 2023-07-06 20:44 (UTC) by msnspk)

Line 35 of the PKGBUILD is failing because the actual path is ${srcdir}/Visual_Paradigm_CE_17.1/Application/bin but because of the value of pkgver the command is trying to access path ${srcdir}/Visual_Paradigm_CE_17.1.20230601/Application/bin

Levitating commented on 2023-05-11 19:19 (UTC)

@TheBill2001 thanks

TheBill2001 commented on 2023-04-19 01:51 (UTC)

Diff for version 20230401:

diff --git a/PKGBUILD b/PKGBUILD
index f3a1602..8733a44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 # Contributor: Rein Fernhout <me@levitati.ng>
 pkgname=visual-paradigm-community
 pkgver=17.0
-pkgrel=20221001
+pkgrel=20230401
 pkgdesc="UML design application"
 url='http://www.visual-paradigm.com/download/community.jsp'
 arch=('x86_64')
@@ -24,7 +24,7 @@ source=("https://www.visual-paradigm.com/downloads/${_server}/vpce/Visual_Paradi
   'LICENSE.txt'
   'x-visual-paradigm.xml')

-sha256sums=('a1eb250a432b722bf53cac681ab40e792c69dc9fe7dee96939a5df0041d85ddb'
+sha256sums=('850db0f2ea10acf2694a93c8c72cc8e85a28589aef575a1793bf05f5e176eef3'
             '52d244345f2ce8080d2b20c8c75b3ef833dfe9c5d605cac7129013b087bf2806'
             '5cdc0f50573d805938172c1f35664aa264fc5964fd92daed09b467565a6347b1'
             '41517b5c2326c0ba2fe3b6647f9594f094ccf03185cf73cb87d6cf19b355ff15'

pav commented on 2022-10-19 06:22 (UTC) (edited on 2022-10-30 04:32 (UTC) by pav)

For 17.0, this works for me:

pkgver=17.0
pkgrel=20221001
# Possible values: usa10 usa11 usa13 usa14 usa15 usa16 usa17 uk3 uk4 uk5 ca1 france3 germany6 germany7 germany4 germany8
_server=germany4
source=("https://www.visual-paradigm.com/downloads/${_server}/vpce/Visual_Paradigm_CE_Linux64_InstallFree.tar.gz"

SHA256 sum: 61c95e837c4645d1f75d1211b7ba79eb2bfc82737722839b30d87418030a49cc

Edit: Like lokonu says below, I also had to replace INSTALL4J_JAVA_HOME_OVERRIDE like this:

INSTALL4J_JAVA_HOME_OVERRIDE=/usr/lib/jvm/java-11-openjdk

or else with java-17 it is half-broken (save doesn't work).

lokonu commented on 2022-07-10 22:38 (UTC)

This package still seems to be broken.

  • Had to modify the first sha256sum value with a new one, due to new version on website (this package has already been flagged so isn't as much of a deal)
  • Had to replace "INSTALL4J_JAVA_HOME_OVERRIDE" value with "/usr/lib/jvm/java-8-openjdk", didn't work with "/usr/lib/jvm/default-runtime" which was pointed at "/usr/lib/jvm/java-18-openjdk" (i suspect this is more of an issue with the package itself though..)

After these changes to PKGBUILD file, the installation succeeds and the package works.