Update to 3.3.0

This commit is contained in:
Tim Rakowski 2017-12-12 20:49:58 +01:00
parent 2e16b527eb
commit 36d9b37b63
2 changed files with 9 additions and 9 deletions

View file

@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
# Sun May 21 17:16:09 UTC 2017
# Fri Dec 8 17:16:24 UTC 2017
pkgbase = ignition-math
pkgdesc = Math classes and functions for robot applications
pkgver = 3.0.0
pkgrel = 2
pkgver = 3.3.0
pkgrel = 1
url = http://ignitionrobotics.org/
arch = i686
arch = x86_64
@ -14,8 +14,8 @@ pkgbase = ignition-math
makedepends = pkg-config>=0.28
provides = ignition-math2
replaces = ignition-math2
source = https://bitbucket.org/ignitionrobotics/ign-math/get/ignition-math3_3.0.0.tar.bz2
sha256sums = 71fd3ff4a0e99d28f16e20c01ebff70d63ca22e8d7154e94a16b483fe1477cea
source = https://bitbucket.org/ignitionrobotics/ign-math/get/ignition-math3_3.3.0.tar.bz2
sha256sums = e32e9f3d42d7b201dd3745fd327b14c6f3d0a9a9f746096ac06ae58aae49541a
pkgname = ignition-math

View file

@ -1,7 +1,7 @@
# Contributor: Mykola Dolhyi <0xb000@gmail.com>
pkgname=ignition-math
pkgver=3.0.0
pkgrel=2
pkgver=3.3.0
pkgrel=1
pkgdesc="Math classes and functions for robot applications"
arch=('i686' 'x86_64')
url="http://ignitionrobotics.org/"
@ -14,9 +14,9 @@ provides=('ignition-math2')
conflicts=()
replaces=('ignition-math2')
source=("https://bitbucket.org/ignitionrobotics/ign-math/get/${pkgname}3_${pkgver}.tar.bz2")
sha256sums=('71fd3ff4a0e99d28f16e20c01ebff70d63ca22e8d7154e94a16b483fe1477cea')
sha256sums=('e32e9f3d42d7b201dd3745fd327b14c6f3d0a9a9f746096ac06ae58aae49541a')
_dir="ignitionrobotics-ign-math-a06d26055d07"
_dir="ignitionrobotics-ign-math-4e4d38ce5bca"
build() {
cd "$srcdir/$_dir"