summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD12
2 files changed, 14 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c75f2393f4e8..52a1c10b9f3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,24 +1,26 @@
pkgbase = plantuml-bin
pkgdesc = Component that allows to quickly write uml diagrams
- pkgver = 1.2020.14
+ pkgver = 1.2020.24
pkgrel = 1
- url = http://plantuml.com/
+ url = https://plantuml.com/
arch = any
license = GPL
makedepends = apache-ant
makedepends = java-environment>=8
- depends = graphviz
+ depends = java-runtime>=8
+ depends = bash
optdepends = plantuml-ascii-math: allow use AsciiMath or JLaTeXMath notation
optdepends = ditaa: allow use ditaa notation
optdepends = graphviz: allow use Graphviz/DOT notation
provides = plantuml
conflicts = plantuml
- source = http://downloads.sourceforge.net/project/plantuml/1.2020.14/plantuml-1.2020.14.tar.gz
+ source = https://downloads.sourceforge.net/project/plantuml/1.2020.24/plantuml-1.2020.24.tar.gz
source = plantuml.run
- sha256sums = 140198f9e2a62ea1ed6f58d96086f1fac53f8c847747e8f88999ce3e52fcc63f
+ sha256sums = c8e9ec32e95ad9edf15fae2e6f9850ebef11ba0aefbb5dd7a34002ffaccef2b3
sha256sums = a3fb528f4c719cfd0ff6154c60fd54ce341011d132caf950cc30af4989f6aac8
pkgname = plantuml-bin
- depends = graphviz
+ depends = java-runtime>=8
+ depends = bash
depends = java-runtime
diff --git a/PKGBUILD b/PKGBUILD
index 796bd48bddb6..c7d2851f7b38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,20 +5,20 @@
pkgname=plantuml-bin
_pkgname=plantuml
-pkgver=1.2020.14
+pkgver=1.2020.24
pkgrel=1
pkgdesc="Component that allows to quickly write uml diagrams"
arch=(any)
-url="http://plantuml.com/"
+url="https://plantuml.com/"
license=('GPL')
-depends=("graphviz")
+depends=("java-runtime>=8" "bash")
makedepends=("apache-ant" "java-environment>=8")
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=("http://downloads.sourceforge.net/project/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.gz"
+source=("https://downloads.sourceforge.net/project/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.gz"
"$_pkgname.run")
-sha256sums=('140198f9e2a62ea1ed6f58d96086f1fac53f8c847747e8f88999ce3e52fcc63f'
-'a3fb528f4c719cfd0ff6154c60fd54ce341011d132caf950cc30af4989f6aac8')
+sha256sums=('c8e9ec32e95ad9edf15fae2e6f9850ebef11ba0aefbb5dd7a34002ffaccef2b3'
+ 'a3fb528f4c719cfd0ff6154c60fd54ce341011d132caf950cc30af4989f6aac8')
optdepends=('plantuml-ascii-math: allow use AsciiMath or JLaTeXMath notation'
'ditaa: allow use ditaa notation'
'graphviz: allow use Graphviz/DOT notation')