summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Rembrandt2020-12-21 14:58:16 +0100
committerAndrew Rembrandt2020-12-21 14:58:16 +0100
commit3e161f2b03f427d8215d337062ab65f4085cbe22 (patch)
tree6d512932d7d1cb9ffde145e272741c3492631d03
parent6efe768b577734ac4f64417e248df8c9de4b7da8 (diff)
downloadaur-3e161f2b03f427d8215d337062ab65f4085cbe22.tar.gz
Update to plantuml 1.2020.24 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b1403cd1a53..a679d8702ee5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = plantuml-bin
pkgdesc = Component that allows to quickly write uml diagrams
- pkgver = 1.2020.22
+ pkgver = 1.2020.24
pkgrel = 1
url = http://plantuml.com/
arch = any
@@ -13,9 +13,9 @@ pkgbase = plantuml-bin
optdepends = graphviz: allow use Graphviz/DOT notation
provides = plantuml
conflicts = plantuml
- source = http://downloads.sourceforge.net/project/plantuml/1.2020.22/plantuml-1.2020.22.tar.gz
+ source = http://downloads.sourceforge.net/project/plantuml/1.2020.24/plantuml-1.2020.24.tar.gz
source = plantuml.run
- sha256sums = 1e719756038940500f1bc507e24a0855aaa46862554a58aaa27301399a85c3bc
+ sha256sums = c8e9ec32e95ad9edf15fae2e6f9850ebef11ba0aefbb5dd7a34002ffaccef2b3
sha256sums = a3fb528f4c719cfd0ff6154c60fd54ce341011d132caf950cc30af4989f6aac8
pkgname = plantuml-bin
diff --git a/PKGBUILD b/PKGBUILD
index 894dab006f7b..5124daa0e4e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=plantuml-bin
_pkgname=plantuml
-pkgver=1.2020.22
+pkgver=1.2020.24
pkgrel=1
pkgdesc="Component that allows to quickly write uml diagrams"
arch=(any)
@@ -17,7 +17,7 @@ provides=("$_pkgname")
conflicts=("$_pkgname")
source=("http://downloads.sourceforge.net/project/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.gz"
"$_pkgname.run")
-sha256sums=('1e719756038940500f1bc507e24a0855aaa46862554a58aaa27301399a85c3bc'
+sha256sums=('c8e9ec32e95ad9edf15fae2e6f9850ebef11ba0aefbb5dd7a34002ffaccef2b3'
'a3fb528f4c719cfd0ff6154c60fd54ce341011d132caf950cc30af4989f6aac8')
optdepends=('plantuml-ascii-math: allow use AsciiMath or JLaTeXMath notation'
'ditaa: allow use ditaa notation'