summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaimar Bühmann2020-09-19 13:55:15 +0200
committerRaimar Bühmann2020-09-19 13:55:15 +0200
commit4a44c6354045d16ecc4a30eeb3f4a63e8baae673 (patch)
tree49c702ed93b7ef61825dd4c090aa67498dc6a3af /PKGBUILD
parent04ccabb555dde2a70adffe0c3be29e09ae9d1e51 (diff)
downloadaur-eclipse-objectaid.tar.gz
Add missing dependency to eclipse-gef3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c25aa4419071..d62f94954239 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=eclipse-objectaid
pkgver=1.2.4
-pkgrel=1
+pkgrel=2
pkgdesc='Create UML class diagrams from existing Java source code and libraries with this plugin for Eclipse IDE.'
arch=('any')
url='http://www.objectaid.com'
license=('ObjectAid Class Diagram Editor License')
-depends=('eclipse>=4.5.0')
+depends=('eclipse>=4.5.0' eclipse-gef3)
options=('!strip')
source=(
"https://www.objectaid.com/update/current/objectaid-$pkgver.zip"