mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
emf4cpp: fixed dependencies
This commit is contained in:
parent
b755e53581
commit
b000e3b592
2 changed files with 3 additions and 1 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue