updpkg 6.4.0

This commit is contained in:
acxz 2020-01-14 21:59:39 -05:00
parent e3f7d90e0c
commit d593c691ad
2 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
pkgbase = ignition-math
pkgdesc = Math classes and functions for robot applications
pkgver = 6.2.0
pkgrel = 4
pkgver = 6.4.0
pkgrel = 1
url = http://ignitionrobotics.org/
arch = i686
arch = x86_64
@ -9,8 +9,8 @@ pkgbase = ignition-math
license = Apache
makedepends = ignition-cmake>=2
depends = gcc-libs
source = https://bitbucket.org/ignitionrobotics/ign-math/get/ignition-math6_6.2.0.tar.bz2
sha256sums = 1ce01031cbcde60b241193fef7a1cfc16d05a5702275d67d60f0b47f3af061be
source = https://bitbucket.org/ignitionrobotics/ign-math/get/ignition-math6_6.4.0.tar.bz2
sha256sums = 5463d2ee5202ad60965a613361c1b12e34d3a8c49ad9037b16120f89b0250745
pkgname = ignition-math

View file

@ -1,8 +1,8 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
# Contributor: Mykola Dolhyi <0xb000@gmail.com>
pkgname=ignition-math
pkgver=6.2.0
pkgrel=4
pkgver=6.4.0
pkgrel=1
pkgdesc="Math classes and functions for robot applications"
arch=('i686' 'x86_64')
url="http://ignitionrobotics.org/"
@ -13,9 +13,9 @@ makedepends=('ignition-cmake>=2')
optdepends=()
conflicts=()
source=("https://bitbucket.org/ignitionrobotics/ign-math/get/${pkgname}6_${pkgver}.tar.bz2")
sha256sums=('1ce01031cbcde60b241193fef7a1cfc16d05a5702275d67d60f0b47f3af061be')
sha256sums=('5463d2ee5202ad60965a613361c1b12e34d3a8c49ad9037b16120f89b0250745')
_dir="ignitionrobotics-ign-math-0417bf650df9"
_dir="ignitionrobotics-ign-math-11bba67b3176"
build() {
cd "$srcdir/$_dir"