summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKiet To2017-04-10 09:44:07 +0930
committerKiet To2017-04-10 09:44:29 +0930
commitdcdcd26b5a4cc5cd385af531c502c3ea43036bfc (patch)
tree7deb06d3ed05d0dfcab230ab3ffabb191e231063
parent67ce6a90cfc9f5496c67b75855e022279fdb4ff9 (diff)
downloadaur-dcdcd26b5a4cc5cd385af531c502c3ea43036bfc.tar.gz
* update to 2017.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 030e4060a25c..dfc9a7a770c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = plantuml
pkgdesc = Component that allows to quickly write uml diagrams
- pkgver = 2017.08
+ pkgver = 2017.10
pkgrel = 1
url = http://plantuml.com/
arch = any
@@ -9,9 +9,9 @@ pkgbase = plantuml
makedepends = java-environment
depends = java-runtime
depends = graphviz
- source = http://downloads.sourceforge.net/project/plantuml/2017.08/plantuml-2017.08.tar.gz
+ source = http://downloads.sourceforge.net/project/plantuml/2017.10/plantuml-2017.10.tar.gz
source = plantuml.run
- sha256sums = 288a12b1da750ed40433e5cd154bbb4dc09812a01ab909fe798f51476941a4c4
+ sha256sums = 8b23df7aae8b16f4020dfe3586611e23580c67ad72b59e2abf2e805538e9ab2e
sha256sums = dff39e4d8dd8eedb58c1b0a0cf64ab2c404b713e3a42fa5fdf0b6792ca382ed5
pkgname = plantuml
diff --git a/PKGBUILD b/PKGBUILD
index 9e38255af571..bbf4c797e3f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Main://aur.archlinux.org/plantuml.gittainer: juantascon <juantascon.aur@horlux.org>
pkgname=plantuml
-pkgver=2017.08
+pkgver=2017.10
pkgrel=1
pkgdesc="Component that allows to quickly write uml diagrams"
arch=(any)
@@ -11,7 +11,7 @@ depends=("java-runtime" "graphviz")
makedepends=("apache-ant" "java-environment")
source=("http://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz"
"$pkgname.run")
-sha256sums=('288a12b1da750ed40433e5cd154bbb4dc09812a01ab909fe798f51476941a4c4'
+sha256sums=('8b23df7aae8b16f4020dfe3586611e23580c67ad72b59e2abf2e805538e9ab2e'
'dff39e4d8dd8eedb58c1b0a0cf64ab2c404b713e3a42fa5fdf0b6792ca382ed5')
package() {