summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorruffson2023-01-22 16:14:28 -0800
committerGitHub Action2023-02-05 08:00:03 +0000
commit8dd7b8a97146f5f3e1f38628a94b9b935549e842 (patch)
tree2b53c363818cbcd847bb6cff968ced8a94867045
parentf1482fc501505e4c5b88046c2ede4fd2e0be2fd8 (diff)
downloadaur-8dd7b8a97146f5f3e1f38628a94b9b935549e842.tar.gz
Fix pyqt/sip4 compatibility issue
By replacing `sip4` and `ros2-pyqt5-sip-compat` deps with `python-pyqt5-sip4` as suggested in issue #9.
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a22590a8860..273aa85fa2c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,10 +17,9 @@ arch=('any')
license=('Apache')
depends=(
'ros2-arch-deps'
- 'ros2-pyqt5-sip-compat'
+ 'python-pyqt5-sip4'
'assimp'
'gmock'
- 'sip4'
)
source=(
"ros2::git+https://github.com/ros2/ros2#tag=release-galactic-20210716"