updpkg 6.6.0
This commit is contained in:
parent
1c13ffe7ee
commit
8de705622f
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = ignition-math
|
pkgbase = ignition-math
|
||||||
pkgdesc = Math classes and functions for robot applications
|
pkgdesc = Math classes and functions for robot applications
|
||||||
pkgver = 6.5.0
|
pkgver = 6.6.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://ignitionrobotics.org/libs/math
|
url = https://ignitionrobotics.org/libs/math
|
||||||
arch = i686
|
arch = i686
|
||||||
|
@ -10,8 +10,8 @@ pkgbase = ignition-math
|
||||||
makedepends = ignition-cmake>=2
|
makedepends = ignition-cmake>=2
|
||||||
depends = gcc-libs
|
depends = gcc-libs
|
||||||
optdepends = eigen
|
optdepends = eigen
|
||||||
source = ignition-math-6.5.0.tar.gz::https://github.com/ignitionrobotics/ign-math/archive/ignition-math6_6.5.0.tar.gz
|
source = ignition-math-6.6.0.tar.gz::https://github.com/ignitionrobotics/ign-math/archive/ignition-math6_6.6.0.tar.gz
|
||||||
sha256sums = 3b36d22e9191aa8550869bb1384a2c6bd26a5a3356ca0f200653974ac2762b88
|
sha256sums = 8fd06206e7e3d28a9c8ff54f7c9eaa3f01178170bd31ad57c6bc672ecb0c3645
|
||||||
|
|
||||||
pkgname = ignition-math
|
pkgname = ignition-math
|
||||||
|
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
# Contributor: Mykola Dolhyi <0xb000@gmail.com>
|
# Contributor: Mykola Dolhyi <0xb000@gmail.com>
|
||||||
# Contributor: Ramdambo <https://github.com/Ramdambo>
|
# Contributor: Ramdambo <https://github.com/Ramdambo>
|
||||||
pkgname=ignition-math
|
pkgname=ignition-math
|
||||||
pkgver=6.5.0
|
pkgver=6.6.0
|
||||||
pkgrel=1
|
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')
|
||||||
|
@ -14,7 +14,7 @@ makedepends=('ignition-cmake>=2')
|
||||||
optdepends=('eigen')
|
optdepends=('eigen')
|
||||||
conflicts=()
|
conflicts=()
|
||||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ignitionrobotics/ign-math/archive/${pkgname}6_${pkgver}.tar.gz")
|
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ignitionrobotics/ign-math/archive/${pkgname}6_${pkgver}.tar.gz")
|
||||||
sha256sums=('3b36d22e9191aa8550869bb1384a2c6bd26a5a3356ca0f200653974ac2762b88')
|
sha256sums=('8fd06206e7e3d28a9c8ff54f7c9eaa3f01178170bd31ad57c6bc672ecb0c3645')
|
||||||
|
|
||||||
_dir="ign-math-${pkgname}6_${pkgver}"
|
_dir="ign-math-${pkgname}6_${pkgver}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue