Date: Wednesday, October 7, 2020 @ 02:17:27 Author: farseerfc Revision: 720164
upgpkg: plantuml 1.2020.18-1: plantuml 1.2020.18-1 Modified: plantuml/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-07 01:53:58 UTC (rev 720163) +++ PKGBUILD 2020-10-07 02:17:27 UTC (rev 720164) @@ -3,17 +3,17 @@ # Contributor : Jingbei Li <[email protected]> pkgname=plantuml -pkgver=1.2020.15 +pkgver=1.2020.18 pkgrel=1 pkgdesc="Component that allows to quickly write uml diagrams" arch=(any) url="http://plantuml.com/" license=('GPL') -depends=("java-runtime>=8") +depends=("java-runtime>=8" "bash") makedepends=("apache-ant" "java-environment>=8") source=("http://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz" "$pkgname.run") -sha256sums=('20178938dadf26404f657511718f7e3037bbd068539078f06f331d467dcb3f59' +sha256sums=('ffdabc70d9e9f7e384b6e151f44ed505da20840ff0f36dc62b1e9f0c85748aad' 'a3fb528f4c719cfd0ff6154c60fd54ce341011d132caf950cc30af4989f6aac8') optdepends=('plantuml-ascii-math: allow use AsciiMath or JLaTeXMath notation' 'ditaa: allow use ditaa notation'
