summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaptoxic2017-05-06 17:39:51 -0400
committerkaptoxic2017-05-06 17:39:51 -0400
commitc73d506c5359c2dcfa5147ad8511df38503f5dc6 (patch)
tree87724d7ccd19b097bdb6b39f87acaa671cc736ca
parent1d674924a92545d0fa2aa366da8017917969fd2f (diff)
downloadaur-c73d506c5359c2dcfa5147ad8511df38503f5dc6.tar.gz
Update to the newest version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92d8168fccf6..cf9f3a18d475 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat May 6 21:36:16 UTC 2017
+# Sat May 6 21:39:46 UTC 2017
pkgbase = eclipse-plantuml
pkgdesc = PlantUML integration into Eclipse
- pkgver = 1.0.6.4860
+ pkgver = 1.1.18.201704180954
pkgrel = 1
url = http://plantuml.sourceforge.net/eclipse.html
arch = i686
@@ -10,8 +10,8 @@ pkgbase = eclipse-plantuml
license = EPL
depends = graphviz
depends = eclipse>=3.2
- source = http://hivelocity.dl.sourceforge.net/project/plantuml/net.sourceforge.plantuml.eclipse_1.0.6.4860.jar
- md5sums = d8851e4af502a0440d70e8c12a7d382f
+ source = http://files.idi.ntnu.no/publish/plantuml/repository/plugins/net.sourceforge.plantuml.eclipse_1.1.18.201704180954.jar
+ md5sums = f12c5b23aabce943fb98f1e8574b0a67
pkgname = eclipse-plantuml
diff --git a/PKGBUILD b/PKGBUILD
index 74243c42b1ea..4bc5b5aab802 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
+# Contributor: kaptoxic (at) yahoo (dot) com
# Contributor: Chris Chapman chris(dot)chapman(at)aggiemail(dot)usu(dot)edu
pkgname=eclipse-plantuml
-pkgver=1.0.6.4860
+pkgver=1.1.18.201704180954
pkgrel=1
pkgdesc="PlantUML integration into Eclipse"
arch=('i686' 'x86_64')
url="http://plantuml.sourceforge.net/eclipse.html"
license=('EPL')
depends=("graphviz" "eclipse>=3.2")
-source=("http://hivelocity.dl.sourceforge.net/project/plantuml/net.sourceforge.plantuml.eclipse_${pkgver}.jar")
-md5sums=('d8851e4af502a0440d70e8c12a7d382f')
+source=("http://files.idi.ntnu.no/publish/plantuml/repository/plugins/net.sourceforge.plantuml.eclipse_${pkgver}.jar")
+md5sums=('f12c5b23aabce943fb98f1e8574b0a67')
package() {