diff options
author | Windel Bouwman | 2024-08-04 21:44:28 +0200 |
---|---|---|
committer | Windel Bouwman | 2024-08-04 21:44:28 +0200 |
commit | f0dc5370f242305a57b26d0249bc89aa6413a5b3 (patch) | |
tree | 4fce0f520779ee88501e99339fb495495d52db03 /.SRCINFO | |
parent | 7693f42be62ff72230e10db462f6420a8f5a26d2 (diff) | |
download | aur-f0dc5370f242305a57b26d0249bc89aa6413a5b3.tar.gz |
Update dependencies.
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,11 +2,15 @@ pkgbase = fastdds pkgdesc = A C++ implementation of the DDS (Data Distribution Service) standard. pkgver = 2.14.3 pkgrel = 1 + url = https://fast-dds.docs.eprosima.com arch = x86_64 license = Apache-2.0 makedepends = cmake + makedepends = asio depends = fastcdr depends = foonathan_memory + depends = tinyxml2 + depends = openssl source = fastdds-2.14.3.tar.gz::https://github.com/eProsima/Fast-DDS/archive/refs/tags/v2.14.3.tar.gz md5sums = 002eb4d5e85341f08092bdcd9930db1a |