Date: Wednesday, March 25, 2020 @ 01:38:45 Author: farseerfc Revision: 603964
upgpkg: plantuml 1.2020.5-1: plantuml 1.2020.5-1 Modified: plantuml/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-25 01:21:31 UTC (rev 603963) +++ PKGBUILD 2020-03-25 01:38:45 UTC (rev 603964) @@ -3,17 +3,17 @@ # Contributor : Jingbei Li <[email protected]> pkgname=plantuml -pkgver=1.2020.2 +pkgver=1.2020.5 pkgrel=1 pkgdesc="Component that allows to quickly write uml diagrams" arch=(any) url="http://plantuml.com/" license=('GPL') -depends=("graphviz") +depends=("java-runtime>=8") makedepends=("apache-ant" "java-environment>=8") source=("http://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz" "$pkgname.run") -sha256sums=('032c1ef6949c0d2b9abd6cf5a2c6921b0b3d0aa98bea930558d4a2d7bca6eaab' +sha256sums=('5950536487f2c8cd91d296807e92b8a005c8cae59f96a9c7cd150f0b4d125beb' 'a3fb528f4c719cfd0ff6154c60fd54ce341011d132caf950cc30af4989f6aac8') optdepends=('plantuml-ascii-math: allow use AsciiMath or JLaTeXMath notation' 'ditaa: allow use ditaa notation'
