Don't skip checksum

This commit is contained in:
Achmad Fathoni 2022-04-22 06:35:19 +07:00
parent 0ee6d52d5c
commit 6904bf6914
2 changed files with 5 additions and 2 deletions

View file

@ -13,6 +13,6 @@ pkgbase = ignition-math
source = ignition-math-6.10.0.tar.gz::https://github.com/ignitionrobotics/ign-math/archive/ignition-math6_6.10.0.tar.gz
source = cmake.patch::https://github.com/ignitionrobotics/ign-math/commit/6340f89b4d19e6b6aa38ae632760da264409c1ef.diff
sha256sums = 9e00284cd6d51afe190165b2b44258e19bd4a28781cbacf21fd6b0bae43c16aa
sha256sums = SKIP
sha256sums = d94835e0c1fe543ac47d7de1ee0906c171ce91c2f4e60bf597172c951d66a605
pkgname = ignition-math

View file

@ -18,7 +18,10 @@ source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/ignitionrobotics/ign-math/archive/${pkgname}6_${pkgver}.tar.gz"
"cmake.patch::https://github.com/ignitionrobotics/ign-math/commit/6340f89b4d19e6b6aa38ae632760da264409c1ef.diff"
)
sha256sums=('9e00284cd6d51afe190165b2b44258e19bd4a28781cbacf21fd6b0bae43c16aa' SKIP)
sha256sums=(
"9e00284cd6d51afe190165b2b44258e19bd4a28781cbacf21fd6b0bae43c16aa"
"d94835e0c1fe543ac47d7de1ee0906c171ce91c2f4e60bf597172c951d66a605"
)
depends=(
swig