summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2023-08-10 22:20:30 +0700
committerAchmad Fathoni2023-08-10 22:20:30 +0700
commitd3d4087bb7c4c9b4b664ba210379c46ff8dd9d7f (patch)
treee6492e3f6da0c2677c643b6e2e9ba32f5cd55516
parentac40ddce0e88fbce4867a5811c9ad8b1c74e50de (diff)
downloadaur-d3d4087bb7c4c9b4b664ba210379c46ff8dd9d7f.tar.gz
Add sip
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8aeba284ca9..3f6803aae410 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros2-arch-deps
pkgdesc = Dependencies for building ROS2 on Arch
- pkgver = 0.14
+ pkgver = 0.15
pkgrel = 1
url = https://index.ros.org/doc/ros2/
arch = any
@@ -32,6 +32,7 @@ pkgbase = ros2-arch-deps
depends = python-yaml
depends = qt5-base
depends = qt5-svg
+ depends = sip
depends = tinyxml
depends = tinyxml2
depends = vtk
diff --git a/PKGBUILD b/PKGBUILD
index 23323d0d80ec..18069ecb6ce5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: kartikmohta
# Contributor: calvertdw
pkgname=ros2-arch-deps
-pkgver=0.14
+pkgver=0.15
pkgrel=1
pkgdesc="Dependencies for building ROS2 on Arch"
url="https://index.ros.org/doc/ros2/"
@@ -37,6 +37,7 @@ depends=('asio'
'python-yaml'
'qt5-base'
'qt5-svg'
+ 'sip'
'tinyxml'
'tinyxml2'
'vtk'