emf4cpp: fixed dependencies

This commit is contained in:
Sven Schneider 2012-10-23 21:58:16 +02:00
parent b755e53581
commit b000e3b592
2 changed files with 3 additions and 1 deletions

View file

@ -7,6 +7,8 @@ pkgbase = emf4cpp
arch = x86_64
license = LGPL
makedepends = cmake
depends = boost
depends = java-environment
source = https://emf4cpp.googlecode.com/files/emf4cpp-source-1012011253.tgz
md5sums = d77eec7486243ddeeb2305744180cde2
sha256sums = be9add194bbb915ddbd721d2e6323e412a24cf8c5609a49bc60753d11992833d

View file

@ -7,7 +7,7 @@ pkgdesc="A C++ implementation and type mapping for the Eclipse Modeling Framewor
arch=('i686' 'x86_64')
url="https://code.google.com/p/emf4cpp/"
license=('LGPL')
dpends=('boost' 'java-runtime')
depends=('boost' 'java-environment')
makedepends=('cmake')
source=(https://emf4cpp.googlecode.com/files/${pkgname}-source-${pkgver}.tgz)
md5sums=('d77eec7486243ddeeb2305744180cde2')