updpkg 4.2.0
This commit is contained in:
parent
3b10d95456
commit
0661997337
2 changed files with 9 additions and 19 deletions
11
.SRCINFO
11
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = ignition-physics
|
pkgbase = ignition-physics
|
||||||
pkgdesc = Abstract physics interface designed to support simulation and rapid development of robot applications.
|
pkgdesc = Abstract physics interface designed to support simulation and rapid development of robot applications.
|
||||||
pkgver = 3.1.0
|
pkgver = 4.2.0
|
||||||
pkgrel = 5
|
pkgrel = 1
|
||||||
url = https://ignitionrobotics.org/libs/physics
|
url = https://ignitionrobotics.org/libs/physics
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = Apache
|
license = Apache
|
||||||
|
@ -12,10 +12,7 @@ pkgbase = ignition-physics
|
||||||
depends = ignition-common
|
depends = ignition-common
|
||||||
depends = libdart
|
depends = libdart
|
||||||
depends = sdformat
|
depends = sdformat
|
||||||
source = ignition-physics-3.1.0.tar.gz::https://github.com/ignitionrobotics/ign-physics/archive/ignition-physics3_3.1.0.tar.gz
|
source = ignition-physics-4.2.0.tar.gz::https://github.com/ignitionrobotics/ign-physics/archive/ignition-physics4_4.2.0.tar.gz
|
||||||
source = entity.patch::https://patch-diff.githubusercontent.com/raw/ignitionrobotics/ign-physics/pull/185.patch
|
sha256sums = 3c902441d919542aab5effc2f8a72e05b8e77b8821fe5bde7cc775c36ea009ff
|
||||||
sha256sums = b8e5460d2808e20237b2ee0a6a6b7613b56412f5f6e2a5e153e48e8faae8ab77
|
|
||||||
sha256sums = SKIP
|
|
||||||
|
|
||||||
pkgname = ignition-physics
|
pkgname = ignition-physics
|
||||||
|
|
||||||
|
|
17
PKGBUILD
17
PKGBUILD
|
@ -1,8 +1,8 @@
|
||||||
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
|
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
|
||||||
|
|
||||||
pkgname=ignition-physics
|
pkgname=ignition-physics
|
||||||
pkgver=3.1.0
|
pkgver=4.2.0
|
||||||
pkgrel=5
|
pkgrel=1
|
||||||
pkgdesc="Abstract physics interface designed to support simulation and rapid
|
pkgdesc="Abstract physics interface designed to support simulation and rapid
|
||||||
development of robot applications."
|
development of robot applications."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -11,17 +11,10 @@ license=('Apache')
|
||||||
depends=('ignition-cmake' 'ignition-math' 'ignition-plugin' 'ignition-common'
|
depends=('ignition-cmake' 'ignition-math' 'ignition-plugin' 'ignition-common'
|
||||||
'libdart' 'sdformat')
|
'libdart' 'sdformat')
|
||||||
makedepends=('cmake')
|
makedepends=('cmake')
|
||||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ignitionrobotics/ign-physics/archive/${pkgname}3_${pkgver}.tar.gz"
|
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ignitionrobotics/ign-physics/archive/${pkgname}4_${pkgver}.tar.gz")
|
||||||
"entity.patch::https://patch-diff.githubusercontent.com/raw/ignitionrobotics/ign-physics/pull/185.patch")
|
sha256sums=('3c902441d919542aab5effc2f8a72e05b8e77b8821fe5bde7cc775c36ea009ff')
|
||||||
sha256sums=('b8e5460d2808e20237b2ee0a6a6b7613b56412f5f6e2a5e153e48e8faae8ab77'
|
|
||||||
'SKIP')
|
|
||||||
|
|
||||||
_dir="ign-physics-${pkgname}3_${pkgver}"
|
_dir="ign-physics-${pkgname}4_${pkgver}"
|
||||||
|
|
||||||
prepare() {
|
|
||||||
cd "$srcdir/$_dir"
|
|
||||||
patch --forward --strip=1 --input="${srcdir}/entity.patch"
|
|
||||||
}
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$_dir"
|
cd "$srcdir/$_dir"
|
||||||
|
|
Loading…
Reference in a new issue