summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKiet To2017-05-14 02:37:07 +0930
committerKiet To2017-05-14 02:37:07 +0930
commit44c1ae5e1007cfcc3d9cea3ebb29df3ce23dace6 (patch)
tree060a3d3b6ecf36bc32156cb742b14705b9ace3bb
parentf40b5dbdde91d3bc423112304b2dba8d9a404893 (diff)
downloadaur-44c1ae5e1007cfcc3d9cea3ebb29df3ce23dace6.tar.gz
* update to 1.2017.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2d024b41b37..ca455fbc7b8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = plantuml
pkgdesc = Component that allows to quickly write uml diagrams
- pkgver = 1.2017.12
+ pkgver = 1.2017.13
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/1.2017.12/plantuml-1.2017.12.tar.gz
+ source = http://downloads.sourceforge.net/project/plantuml/1.2017.13/plantuml-1.2017.13.tar.gz
source = plantuml.run
- sha256sums = 2eccb0482ab027f0ed12fc179a5feaff55417de72adb2b5f7e1bd121a9d3e067
+ sha256sums = 5fcde905ee9768880ca7a44adc9759ec69d34fd6bd3227798a74b9fc3b889cd1
sha256sums = dff39e4d8dd8eedb58c1b0a0cf64ab2c404b713e3a42fa5fdf0b6792ca382ed5
pkgname = plantuml
diff --git a/PKGBUILD b/PKGBUILD
index e76daa919c60..1177ccbf2110 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Main://aur.archlinux.org/plantuml.gittainer: juantascon <juantascon.aur@horlux.org>
pkgname=plantuml
-pkgver=1.2017.12
+pkgver=1.2017.13
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=('2eccb0482ab027f0ed12fc179a5feaff55417de72adb2b5f7e1bd121a9d3e067'
+sha256sums=('5fcde905ee9768880ca7a44adc9759ec69d34fd6bd3227798a74b9fc3b889cd1'
'dff39e4d8dd8eedb58c1b0a0cf64ab2c404b713e3a42fa5fdf0b6792ca382ed5')
package() {