Update to version 2.4.0 (pkgrel 1)
This commit is contained in:
parent
bdf8fc887c
commit
be1692efc8
2 changed files with 9 additions and 9 deletions
10
.SRCINFO
10
.SRCINFO
|
@ -1,9 +1,9 @@
|
||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Sat Jan 30 04:03:04 UTC 2016
|
# Sun Jun 26 18:42:26 UTC 2016
|
||||||
pkgbase = ignition-math
|
pkgbase = ignition-math
|
||||||
pkgdesc = Math classes and functions for robot applications
|
pkgdesc = Math classes and functions for robot applications
|
||||||
pkgver = 2.3.0
|
pkgver = 2.4.0
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = http://ignitionrobotics.org/
|
url = http://ignitionrobotics.org/
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -14,8 +14,8 @@ pkgbase = ignition-math
|
||||||
makedepends = pkg-config>=0.28
|
makedepends = pkg-config>=0.28
|
||||||
provides = ignition-math2
|
provides = ignition-math2
|
||||||
replaces = ignition-math2
|
replaces = ignition-math2
|
||||||
source = https://bitbucket.org/ignitionrobotics/ign-math/get/ignition-math2_2.3.0.tar.bz2
|
source = https://bitbucket.org/ignitionrobotics/ign-math/get/ignition-math2_2.4.0.tar.bz2
|
||||||
sha256sums = a1ef0fb00953846d00a64809c499a41e2dfff5b5c7fd0a646c9eebe6b54964d2
|
sha256sums = 1fe4090a810180d1d32bda2e7afd1264982e7cba1dbe9891f72396c34991d870
|
||||||
|
|
||||||
pkgname = ignition-math
|
pkgname = ignition-math
|
||||||
|
|
||||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Contributor: Mykola Dolhyi <0xb000@gmail.com>
|
# Contributor: Mykola Dolhyi <0xb000@gmail.com>
|
||||||
pkgname=ignition-math
|
pkgname=ignition-math
|
||||||
pkgver=2.3.0
|
pkgver=2.4.0
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Math classes and functions for robot applications"
|
pkgdesc="Math classes and functions for robot applications"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://ignitionrobotics.org/"
|
url="http://ignitionrobotics.org/"
|
||||||
|
@ -14,9 +14,9 @@ provides=('ignition-math2')
|
||||||
conflicts=()
|
conflicts=()
|
||||||
replaces=('ignition-math2')
|
replaces=('ignition-math2')
|
||||||
source=("https://bitbucket.org/ignitionrobotics/ign-math/get/${pkgname}2_${pkgver}.tar.bz2")
|
source=("https://bitbucket.org/ignitionrobotics/ign-math/get/${pkgname}2_${pkgver}.tar.bz2")
|
||||||
sha256sums=('a1ef0fb00953846d00a64809c499a41e2dfff5b5c7fd0a646c9eebe6b54964d2')
|
sha256sums=('1fe4090a810180d1d32bda2e7afd1264982e7cba1dbe9891f72396c34991d870')
|
||||||
|
|
||||||
_dir="ignitionrobotics-ign-math-6e625a118d45"
|
_dir="ignitionrobotics-ign-math-ac12fe30079e"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$_dir"
|
cd "$srcdir/$_dir"
|
||||||
|
|
Loading…
Reference in a new issue