summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98a76e47ad4a..6832046c22af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-noetic-pybind11-catkin
pkgdesc = ROS - The pybind11 package.
- pkgver = 2.5.0
- pkgrel = 2
+ pkgver = 2.10.3
+ pkgrel = 1
url = https://github.com/ipab-slmc/pybind11_catkin
arch = i686
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = ros-noetic-pybind11-catkin
depends = python
depends = python-numpy
depends = eigen
- source = ros-noetic-pybind11-catkin-2.5.0.tar.gz::https://github.com/wxmerkt/pybind11_catkin-release/archive/release/noetic/pybind11_catkin/2.5.0.tar.gz
- sha256sums = c5a9b7f752989d63b0abd0dd7b2526b6d857997f0917d7a4772a02d3e06ea356
+ source = ros-noetic-pybind11-catkin-2.10.3.tar.gz::https://github.com/wxmerkt/pybind11_catkin-release/archive/release/noetic/pybind11_catkin/2.10.3.tar.gz
+ sha256sums = 709c9c07f4049985ae5cc920306abfa58bfd62a8325ba8fd0a28f78e2d42a594
pkgname = ros-noetic-pybind11-catkin
diff --git a/PKGBUILD b/PKGBUILD
index b51ec1ea136d..4a7ddf75f3a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@ pkgdesc="ROS - The pybind11 package."
url='https://github.com/ipab-slmc/pybind11_catkin'
pkgname='ros-noetic-pybind11-catkin'
-pkgver='2.5.0'
+pkgver='2.10.3'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
-pkgrel=2
+pkgrel=1
license=('BSD')
ros_makedepends=(
@@ -28,7 +28,7 @@ depends=(
_dir="pybind11_catkin-release-release-noetic-pybind11_catkin"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/wxmerkt/pybind11_catkin-release/archive/release/noetic/pybind11_catkin/${pkgver}.tar.gz")
-sha256sums=('c5a9b7f752989d63b0abd0dd7b2526b6d857997f0917d7a4772a02d3e06ea356')
+sha256sums=('709c9c07f4049985ae5cc920306abfa58bfd62a8325ba8fd0a28f78e2d42a594')
build() {