diff --git a/.SRCINFO b/.SRCINFO index 6aa8efeb933..e7fc1fe2752 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index e61ae98b313..a66fcf85256 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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() {