summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis van der Schagt2020-10-02 17:12:09 +0200
committerDennis van der Schagt2020-10-02 17:13:25 +0200
commit29185f0c248d400afe2ea70bbcffc380ea955b08 (patch)
tree6122ba4c2628be8c0b3f347210e80acf952d6b74
parentdf01334219459737b6ba55bd908e2cd8e3299c73 (diff)
downloadaur-29185f0c248d400afe2ea70bbcffc380ea955b08.tar.gz
Add 'eprosima-fast-cdr' to dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8871ca57dd34..baddcd207fe4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = eprosima-fast-dds
depends = foonathan_memory-shared
depends = asio
depends = tinyxml2
+ depends = eprosima-fast-cdr
source = https://github.com/eProsima/Fast-DDS/archive/v2.0.1.tar.gz
sha256sums = d557425232da27c84b6142b17cdbccd3076233b445762a5f232205ecf5fff6ab
diff --git a/PKGBUILD b/PKGBUILD
index 3e80f59f560a..a7a51e7fe88d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="eProsima's Fast-DDS implementation"
arch=('x86_64')
url="https://github.com/eProsima/Fast-DDS"
license=('Apache')
-depends=('foonathan_memory-shared' 'asio' 'tinyxml2')
+depends=('foonathan_memory-shared' 'asio' 'tinyxml2' 'eprosima-fast-cdr')
makedepends=('cmake')
checkdepends=()
optdepends=()