summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaptoxic2016-01-11 04:06:47 +0100
committerkaptoxic2016-01-11 04:06:47 +0100
commit25940365e8abe2845d1bef63edbc4418c7410658 (patch)
tree2d4c433634141a2386080dc4b3d9df6f24c6e1ae
parent011501e9739e2f196caf8f6b88e1c0e83af770c7 (diff)
downloadaur-25940365e8abe2845d1bef63edbc4418c7410658.tar.gz
Update to newest version
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 13 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f2f3004cd42..f5032dde3ede 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Jan 11 02:52:09 UTC 2016
+# Mon Jan 11 03:06:43 UTC 2016
pkgbase = eclipse-umlet
pkgdesc = Simple UML drawing tool (Eclipse plugin version)
- pkgver = 12.2
- pkgrel = 0
+ pkgver = 13.3
+ pkgrel = 1
url = http://www.umlet.com
arch = any
license = GPL
depends = eclipse
- noextract = com.umlet.plugin_12.2.0.jar
- source = http://umlet.com/umlet_12_2/com.umlet.plugin_12.2.0.jar
- md5sums = 49dd0e793cbeaafc474ff2f944ac345c
+ noextract = com.umlet.plugin_13.3.0.jar
+ source = http://umlet.com/umlet_13_3/com.umlet.plugin_13.3.0.jar
+ md5sums = 0142e45a46ef6634adf07790bf94f540
pkgname = eclipse-umlet
diff --git a/PKGBUILD b/PKGBUILD
index bfa8fac96a33..b88094f9232c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,9 @@
-#Maintainer blueray
-pkgver=12.2
+#Contributor blueray
+#Maintainer kaptoxic
+
+pkgver=13.3
pkgname=eclipse-umlet
-pkgrel=0
+pkgrel=1
pkgdesc="Simple UML drawing tool (Eclipse plugin version)"
arch=('any')
url="http://www.umlet.com"
@@ -9,9 +11,9 @@ license=('GPL')
depends=('eclipse')
source=("http://umlet.com/umlet_${pkgver//./_}/com.umlet.plugin_${pkgver}.0.jar")
noextract=("com.umlet.plugin_${pkgver}.0.jar")
-md5sums=('49dd0e793cbeaafc474ff2f944ac345c')
+md5sums=('0142e45a46ef6634adf07790bf94f540')
-build() {
+package() {
cd "$srcdir"
_dest="${pkgdir}/usr/share/eclipse"
install -d -m755 $_dest/plugins