From 72d42b987d302e2c65d4f7982da77a3996c86153 Mon Sep 17 00:00:00 2001 From: goekce <18174744+goekce@users.noreply.github.com> Date: Tue, 4 Aug 2020 17:52:07 +0200 Subject: [PATCH] ignition-math: fix shasum of headerfix.patch (#58) --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e6c003c01de..6c71e7adbbe 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = ignition-math pkgdesc = Math classes and functions for robot applications pkgver = 6.4.0 - pkgrel = 5 + pkgrel = 6 url = https://ignitionrobotics.org/libs/math arch = i686 arch = x86_64 @@ -13,7 +13,7 @@ pkgbase = ignition-math source = ignition-math-6.4.0.tar.gz::https://github.com/ignitionrobotics/ign-math/archive/ignition-math6_6.4.0.tar.gz source = headerfix.patch::https://github.com/ignitionrobotics/ign-math/commit/fdbd226d70885e85e265d7c61cfa9014bee1a33a.patch sha256sums = 2961b295c61c7536a10b4e87c1fb812d111ee923e1c83bb6a42dede7d76373c5 - sha256sums = 9e1619ca8a04ecce7f0fce4779344657670cf4dea2e207136c83cab95c53ddde + sha256sums = ab61c420bfab53fac3e7770f322d2249c9a6058488f45069d0f8d52affdd7236 pkgname = ignition-math diff --git a/PKGBUILD b/PKGBUILD index c4ee9be8d7d..b1beb95aeca 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Ramdambo pkgname=ignition-math pkgver=6.4.0 -pkgrel=5 +pkgrel=6 pkgdesc="Math classes and functions for robot applications" arch=('i686' 'x86_64') url="https://ignitionrobotics.org/libs/math" @@ -16,7 +16,7 @@ conflicts=() source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ignitionrobotics/ign-math/archive/${pkgname}6_${pkgver}.tar.gz" "headerfix.patch::https://github.com/ignitionrobotics/ign-math/commit/fdbd226d70885e85e265d7c61cfa9014bee1a33a.patch") sha256sums=('2961b295c61c7536a10b4e87c1fb812d111ee923e1c83bb6a42dede7d76373c5' - '9e1619ca8a04ecce7f0fce4779344657670cf4dea2e207136c83cab95c53ddde') + 'ab61c420bfab53fac3e7770f322d2249c9a6058488f45069d0f8d52affdd7236') _dir="ign-math-${pkgname}6_${pkgver}"