summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKiet N. To2017-03-03 16:28:58 +1030
committerKiet N. To2017-03-03 16:28:58 +1030
commit33534c5201d9f895544eaf2c15e9f4c00e4e347f (patch)
tree4804aaf03c78bf160ec2169f2cb57c3cabd6718d
parent59eeee82a81f89aacdf21d159302e289c4628915 (diff)
downloadaur-33534c5201d9f895544eaf2c15e9f4c00e4e347f.tar.gz
* update to 8057
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89e1a2975cc3..dfa1d6c8ee34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = plantuml
pkgdesc = Component that allows to quickly write uml diagrams
- pkgver = 8056
+ pkgver = 8057
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/plantuml-8056.tar.gz
+ source = http://downloads.sourceforge.net/project/plantuml/plantuml-8057.tar.gz
source = plantuml.run
- sha256sums = f5211dbd62b653a78b0cbfd3faec89d1c870769bbdd703fe1bf2bd2d22f2ed86
+ sha256sums = f4b171ea537ffdd111f482add0c28b1747af9574e4bf2be86c3be63c8f363ee9
sha256sums = dff39e4d8dd8eedb58c1b0a0cf64ab2c404b713e3a42fa5fdf0b6792ca382ed5
pkgname = plantuml
diff --git a/PKGBUILD b/PKGBUILD
index 1f72205d0e29..d35fcbded289 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Main://aur.archlinux.org/plantuml.gittainer: juantascon <juantascon.aur@horlux.org>
pkgname=plantuml
-pkgver=8056
+pkgver=8057
pkgrel=1
pkgdesc="Component that allows to quickly write uml diagrams"
arch=(any)
@@ -10,7 +10,7 @@ license=('GPL')
depends=("java-runtime" "graphviz")
makedepends=("apache-ant" "java-environment")
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz "$pkgname.run")
-sha256sums=('f5211dbd62b653a78b0cbfd3faec89d1c870769bbdd703fe1bf2bd2d22f2ed86'
+sha256sums=('f4b171ea537ffdd111f482add0c28b1747af9574e4bf2be86c3be63c8f363ee9'
'dff39e4d8dd8eedb58c1b0a0cf64ab2c404b713e3a42fa5fdf0b6792ca382ed5')
package() {