aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoost Molenaar2023-04-06 14:45:09 +0200
committerJoost Molenaar2023-04-06 14:45:37 +0200
commitd2840bd728d7e9b5c5f4898d8122d1442d788a8a (patch)
tree9e2d42ac45b0ac8da6eb7d011a49635acd162555 /PKGBUILD
parent1ff856404f0df9ddc5cc7620ba1d840f4dc73887 (diff)
downloadaur-d2840bd728d7e9b5c5f4898d8122d1442d788a8a.tar.gz
Add missing systemd-libs and glibc dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index da4c0f6e329e..5547f102f4eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,9 +15,9 @@ url='https://fluentbit.io/'
license=('Apache')
groups=()
-depends=('gcc-libs' 'openssl' 'libyaml')
+depends=('glibc' 'gcc-libs' 'openssl' 'libyaml' 'systemd-libs')
# PostgreSQL_TYPE_INCLUDE_DIR is provided by postgresql, this is currently a bug
-makedepends=('cmake' 'postgresql-libs' 'postgresql' 'python' 'valgrind' 'systemd-libs')
+makedepends=('cmake' 'postgresql-libs' 'postgresql' 'python' 'valgrind')
checkdepends=('gtest' 'doxygen' 'graphviz')
optdepends=()