Update to version 2.2.2
This commit is contained in:
parent
09dadac281
commit
0c7a4c8614
2 changed files with 7 additions and 7 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = ignition-math
|
||||
pkgdesc = Math classes and functions for robot applications
|
||||
pkgver = 1.0.0
|
||||
pkgver = 2.2.2
|
||||
pkgrel = 1
|
||||
url = http://ignitionrobotics.org/
|
||||
arch = i686
|
||||
|
@ -12,8 +12,8 @@ pkgbase = ignition-math
|
|||
makedepends = pkg-config>=0.28
|
||||
provides = ignition-math2
|
||||
replaces = ignition-math2
|
||||
source = http://gazebosim.org/distributions/ign-math/releases/ignition-math-1.0.0.tar.bz2
|
||||
sha256sums = 5c15bbafdab35d1e0b2f9e43ea13fc665e29c19530c94c89b92a86491128b30a
|
||||
source = https://bitbucket.org/ignitionrobotics/ign-math/get/ignition-math2_2.2.2.tar.bz2
|
||||
sha256sums = e88db3ea1104330d009cd8d5f70e564296d2344a970fb964da9591fea884e2ab
|
||||
|
||||
pkgname = ignition-math
|
||||
|
||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -1,6 +1,6 @@
|
|||
# Contributor: Mykola Dolhyi <0xb000@gmail.com>
|
||||
pkgname=ignition-math
|
||||
pkgver=1.0.0
|
||||
pkgver=2.2.2
|
||||
pkgrel=1
|
||||
pkgdesc="Math classes and functions for robot applications"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -14,12 +14,12 @@ provides=('ignition-math2')
|
|||
conflicts=()
|
||||
replaces=('ignition-math2')
|
||||
#changelog=
|
||||
source=("http://gazebosim.org/distributions/ign-math/releases/$pkgname-$pkgver.tar.bz2")
|
||||
source=("https://bitbucket.org/ignitionrobotics/ign-math/get/${pkgname}2_${pkgver}.tar.bz2")
|
||||
#noextract=()
|
||||
sha256sums=('5c15bbafdab35d1e0b2f9e43ea13fc665e29c19530c94c89b92a86491128b30a')
|
||||
sha256sums=('e88db3ea1104330d009cd8d5f70e564296d2344a970fb964da9591fea884e2ab')
|
||||
#validpgpkeys=()
|
||||
|
||||
_dir="$pkgname-$pkgver"
|
||||
_dir="ignitionrobotics-ign-math-de3837518b7d"
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$_dir"
|
||||
|
|
Loading…
Reference in a new issue