Skip to content

Commit

Permalink
upgpkg: orocos-kdl-python 1.5.1-2
Browse files Browse the repository at this point in the history
  • Loading branch information
acxz committed May 15, 2023
1 parent 105ad76 commit 2bb9958
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions orocos-kdl-python/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = orocos-kdl-python
pkgdesc = The Kinematics and Dynamics Library is a framework for modelling and computation of kinematic chains (Python binding)
pkgver = 1.5.1
pkgrel = 1
pkgrel = 2
url = https://www.orocos.org/kdl
arch = i686
arch = x86_64
Expand All @@ -11,8 +11,8 @@ pkgbase = orocos-kdl-python
depends = orocos-kdl
depends = python-sip4
source = https://github.com/orocos/orocos_kinematics_dynamics/archive/v1.5.1.tar.gz
source = pybind11.tar.gz::https://github.com/pybind/pybind11/archive/787d2c88cafa4d07fb38c9519c485a86323cfcf4.tar.gz
source = pybind11.tar.gz::https://github.com/pybind/pybind11/archive/f70165463328c218d118204efc13aac93783d17b.tar.gz
sha512sums = 9774b76b755ea81168390643813789783f60d0b1cdb46cd250e3e0d27f75a6cf2fd3bfd2081c04e30a14ff4fc70d0080c9b43b82ee181c2dda82f23f052b338d
sha512sums = e878a81924670b1e125804311c1c04552e8bd37ff1b67b73e6091cdcf5a874b5d6b8244478aef4aaa8a07862f1f865beb244e85016626724b5768d73c5c99337
sha512sums = 5ea82b4176680c6dab6b0e5bb76d65cd2e01425d8f8f6d98451eb9eacac36b056c6c40fd16f4ad5a25eda6e5e843c85855438e6e074e7b77b10e6ef58e35ed91

pkgname = orocos-kdl-python
6 changes: 3 additions & 3 deletions orocos-kdl-python/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pkgname=orocos-kdl-python
_dir=orocos_kinematics_dynamics
_pkgname=python_orocos_kdl
pkgver=1.5.1
pkgrel=1
pkgrel=2
pkgdesc="The Kinematics and Dynamics Library is a framework for modelling and computation of kinematic chains (Python binding)"
arch=('i686' 'x86_64')
url="https://www.orocos.org/kdl"
Expand All @@ -14,13 +14,13 @@ depends=('orocos-kdl' 'python-sip4')
makedepends=('cmake' 'sip4')

# Git commit has for version-specific submodules
pkgver_pybind11='787d2c88cafa4d07fb38c9519c485a86323cfcf4' # {_pkgname}/pybind11
pkgver_pybind11='f70165463328c218d118204efc13aac93783d17b' # {_pkgname}/pybind11

source=("https://github.com/orocos/${_dir}/archive/v${pkgver}.tar.gz"
"pybind11.tar.gz::https://github.com/pybind/pybind11/archive/${pkgver_pybind11}.tar.gz"
)
sha512sums=('9774b76b755ea81168390643813789783f60d0b1cdb46cd250e3e0d27f75a6cf2fd3bfd2081c04e30a14ff4fc70d0080c9b43b82ee181c2dda82f23f052b338d'
'e878a81924670b1e125804311c1c04552e8bd37ff1b67b73e6091cdcf5a874b5d6b8244478aef4aaa8a07862f1f865beb244e85016626724b5768d73c5c99337')
'5ea82b4176680c6dab6b0e5bb76d65cd2e01425d8f8f6d98451eb9eacac36b056c6c40fd16f4ad5a25eda6e5e843c85855438e6e074e7b77b10e6ef58e35ed91')

prepare() {
pybinddir="pybind11-${pkgver_pybind11}"
Expand Down

0 comments on commit 2bb9958

Please sign in to comment.