summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDennis van der Schagt2020-08-26 22:28:16 +0200
committerDennis van der Schagt2020-08-26 22:28:16 +0200
commitc7c7531a57f3d2f98f812579be115bf5d0b3f457 (patch)
tree0194ec840315793a04c1990ea3ad78c199d4ceb7 /PKGBUILD
parent5153b28ad017fe61ededba7e7b5707f3aaa5566a (diff)
downloadaur-c7c7531a57f3d2f98f812579be115bf5d0b3f457.tar.gz
Drop "asio" and "tinyxml2" dependencies as they are not required
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index efc3f12bb500..1164ac2771d3 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=('asio' 'tinyxml2' 'foonathan_memory-shared')
+depends=('foonathan_memory-shared')
makedepends=('cmake')
checkdepends=()
optdepends=()