summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcell Meszaros2024-04-28 07:15:04 +0200
committerMarcell Meszaros2024-04-28 07:15:04 +0200
commit22b4b39435f45b06656632a8d282420077bb5f15 (patch)
treede3c1a8efb5d1a2eec6cf85d561bfadee68462a8 /PKGBUILD
parent9ae1a8703fe1c10775f57fcc20d5206e7d67afe1 (diff)
downloadaur-ros2-arch-deps.tar.gz
0.23-1: remove pyside2/shiboken2 bcz its build crashes w/ segfault
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 046a03713bb1..094d63f2b86e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: kartikmohta
# Contributor: calvertdw
pkgname=ros2-arch-deps
-pkgver=0.22
+pkgver=0.23
pkgrel=1
pkgdesc="[Meta-PKG] Dependencies for building ROS2 on Arch"
url="https://docs.ros.org/"
@@ -28,7 +28,6 @@ depends=(
'openssl'
'poco'
'procps-ng' # provides /usr/bin/free command
- 'pyside2-tools'
'python'
'python-argcomplete'
'python-build'
@@ -48,7 +47,6 @@ depends=(
'python-wheel'
'qt5-base'
'qt5-svg'
- 'shiboken2'
'sip'
'tinyxml2'
'vtk'