summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM. Mostafa Farzan2022-01-07 21:29:48 +0330
committerGitHub Action2022-01-08 16:27:12 +0000
commit00d4e50c17b64d117e6a6e543e4c46a230bf14c5 (patch)
tree25e1c8a3991a03b64237ecf20aa9d2e538dfdc3b
parent073057da364100718b108300c53008351acbe5ed (diff)
downloadaur-00d4e50c17b64d117e6a6e543e4c46a230bf14c5.tar.gz
Add assimp dependency (#11)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8024d44613ab..c68d1809d789 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = ros2-galactic
pkgdesc = A set of software libraries and tools for building robot applications
pkgver = 2021.07.16
- pkgrel = 5
+ pkgrel = 6
url = https://docs.ros.org/en/galactic/
install = ros2-galactic.install
arch = any
license = Apache
depends = ros2-arch-deps
depends = ros2-pyqt5-sip-compat
+ depends = assimp
depends = gmock
depends = sip4
source = ros2::git+https://github.com/ros2/ros2#tag=release-galactic-20210716
diff --git a/PKGBUILD b/PKGBUILD
index 287e58d43911..fb6d0f1406c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=ros2-galactic
pkgver=2021.07.16
-pkgrel=5
+pkgrel=6
pkgdesc="A set of software libraries and tools for building robot applications"
url="https://docs.ros.org/en/galactic/"
arch=('any')
@@ -16,6 +16,7 @@ license=('Apache')
depends=(
'ros2-arch-deps'
'ros2-pyqt5-sip-compat'
+ 'assimp'
'gmock'
'sip4'
)