updpkg 4.2.0

This commit is contained in:
acxz 2021-09-27 13:12:22 -04:00
parent 3b10d95456
commit 0661997337
2 changed files with 9 additions and 19 deletions

View file

@ -1,7 +1,7 @@
pkgbase = ignition-physics
pkgdesc = Abstract physics interface designed to support simulation and rapid development of robot applications.
pkgver = 3.1.0
pkgrel = 5
pkgver = 4.2.0
pkgrel = 1
url = https://ignitionrobotics.org/libs/physics
arch = x86_64
license = Apache
@ -12,10 +12,7 @@ pkgbase = ignition-physics
depends = ignition-common
depends = libdart
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 = entity.patch::https://patch-diff.githubusercontent.com/raw/ignitionrobotics/ign-physics/pull/185.patch
sha256sums = b8e5460d2808e20237b2ee0a6a6b7613b56412f5f6e2a5e153e48e8faae8ab77
sha256sums = SKIP
source = ignition-physics-4.2.0.tar.gz::https://github.com/ignitionrobotics/ign-physics/archive/ignition-physics4_4.2.0.tar.gz
sha256sums = 3c902441d919542aab5effc2f8a72e05b8e77b8821fe5bde7cc775c36ea009ff
pkgname = ignition-physics

View file

@ -1,8 +1,8 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=ignition-physics
pkgver=3.1.0
pkgrel=5
pkgver=4.2.0
pkgrel=1
pkgdesc="Abstract physics interface designed to support simulation and rapid
development of robot applications."
arch=('x86_64')
@ -11,17 +11,10 @@ license=('Apache')
depends=('ignition-cmake' 'ignition-math' 'ignition-plugin' 'ignition-common'
'libdart' 'sdformat')
makedepends=('cmake')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ignitionrobotics/ign-physics/archive/${pkgname}3_${pkgver}.tar.gz"
"entity.patch::https://patch-diff.githubusercontent.com/raw/ignitionrobotics/ign-physics/pull/185.patch")
sha256sums=('b8e5460d2808e20237b2ee0a6a6b7613b56412f5f6e2a5e153e48e8faae8ab77'
'SKIP')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ignitionrobotics/ign-physics/archive/${pkgname}4_${pkgver}.tar.gz")
sha256sums=('3c902441d919542aab5effc2f8a72e05b8e77b8821fe5bde7cc775c36ea009ff')
_dir="ign-physics-${pkgname}3_${pkgver}"
prepare() {
cd "$srcdir/$_dir"
patch --forward --strip=1 --input="${srcdir}/entity.patch"
}
_dir="ign-physics-${pkgname}4_${pkgver}"
build() {
cd "$srcdir/$_dir"