Add swig dependency

This commit is contained in:
Achmad Fathoni 2021-10-03 12:53:49 +07:00
parent cef3bfb340
commit da85ab76e8
2 changed files with 5 additions and 1 deletions

View file

@ -8,7 +8,7 @@ pkgbase = ignition-math
groups = development
license = Apache
makedepends = ignition-cmake>=2
depends = gcc-libs
depends = swig
optdepends = eigen
source = ignition-math-6.9.1.tar.gz::https://github.com/ignitionrobotics/ign-math/archive/ignition-math6_6.9.1.tar.gz
sha256sums = d1dbd50a1e0d8d7b1263e86f20666a2f4f0000ed8ec7b3f34ec7ced2863924f5

View file

@ -16,6 +16,10 @@ conflicts=()
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ignitionrobotics/ign-math/archive/${pkgname}6_${pkgver}.tar.gz")
sha256sums=('d1dbd50a1e0d8d7b1263e86f20666a2f4f0000ed8ec7b3f34ec7ced2863924f5')
depends=(
swig
)
_dir="ign-math-${pkgname}6_${pkgver}"
build() {