summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaptoxic2017-09-30 23:23:29 -0400
committerkaptoxic2017-09-30 23:23:29 -0400
commit69d2a920a5a55689fcab49ea8f9549f7c7e2f547 (patch)
tree89e6585574f70c2cfaddca9e8aafa4680979fe63
parentc73d506c5359c2dcfa5147ad8511df38503f5dc6 (diff)
downloadaur-69d2a920a5a55689fcab49ea8f9549f7c7e2f547.tar.gz
Update the URL and newer version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf9f3a18d475..df736dafd2a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat May 6 21:39:46 UTC 2017
+# Sun Oct 1 03:23:04 UTC 2017
pkgbase = eclipse-plantuml
pkgdesc = PlantUML integration into Eclipse
- pkgver = 1.1.18.201704180954
+ pkgver = 1.1.19
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://files.idi.ntnu.no/publish/plantuml/repository/plugins/net.sourceforge.plantuml.eclipse_1.1.18.201704180954.jar
- md5sums = f12c5b23aabce943fb98f1e8574b0a67
+ source = http://files.idi.ntnu.no/publish/plantuml/plantuml.eclipse/1.1.19/repository/plugins/net.sourceforge.plantuml.eclipse_1.1.19.jar
+ md5sums = f610a524d25383c4c0eddea7c20e8317
pkgname = eclipse-plantuml
diff --git a/PKGBUILD b/PKGBUILD
index 4bc5b5aab802..ee2ecd7209ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
-# Contributor: kaptoxic (at) yahoo (dot) com
+# Maintainer: kaptoxic (at) yahoo (dot) com
# Contributor: Chris Chapman chris(dot)chapman(at)aggiemail(dot)usu(dot)edu
+
pkgname=eclipse-plantuml
-pkgver=1.1.18.201704180954
+pkgver=1.1.19
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://files.idi.ntnu.no/publish/plantuml/repository/plugins/net.sourceforge.plantuml.eclipse_${pkgver}.jar")
-md5sums=('f12c5b23aabce943fb98f1e8574b0a67')
+source=("http://files.idi.ntnu.no/publish/plantuml/plantuml.eclipse/${pkgver}/repository/plugins/net.sourceforge.plantuml.eclipse_${pkgver}.jar")
+md5sums=('f610a524d25383c4c0eddea7c20e8317')
package() {
-
_dest=${pkgdir}/usr/share/eclipse/plugins/
cd ${srcdir}