ruby dep guard didnt work
This commit is contained in:
parent
bcbe6ecb5d
commit
4075a12539
2 changed files with 1 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -8,8 +8,6 @@ pkgbase = ignition-math
|
||||||
groups = development
|
groups = development
|
||||||
license = Apache
|
license = Apache
|
||||||
makedepends = ignition-cmake>=2
|
makedepends = ignition-cmake>=2
|
||||||
makedepends = ruby<=2.7
|
|
||||||
makedepends = ruby>=2.6
|
|
||||||
depends = gcc-libs
|
depends = gcc-libs
|
||||||
optdepends = eigen
|
optdepends = eigen
|
||||||
source = https://bitbucket.org/ignitionrobotics/ign-math/get/ignition-math6_6.4.0.tar.bz2
|
source = https://bitbucket.org/ignitionrobotics/ign-math/get/ignition-math6_6.4.0.tar.bz2
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -9,7 +9,7 @@ url="http://ignitionrobotics.org/"
|
||||||
license=('Apache')
|
license=('Apache')
|
||||||
groups=('development')
|
groups=('development')
|
||||||
depends=('gcc-libs')
|
depends=('gcc-libs')
|
||||||
makedepends=('ignition-cmake>=2' 'ruby<=2.7' 'ruby>=2.6')
|
makedepends=('ignition-cmake>=2')
|
||||||
optdepends=('eigen')
|
optdepends=('eigen')
|
||||||
conflicts=()
|
conflicts=()
|
||||||
source=("https://bitbucket.org/ignitionrobotics/ign-math/get/${pkgname}6_${pkgver}.tar.bz2")
|
source=("https://bitbucket.org/ignitionrobotics/ign-math/get/${pkgname}6_${pkgver}.tar.bz2")
|
||||||
|
|
Loading…
Reference in a new issue