summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian2022-10-03 22:08:25 +0200
committerSebastian2022-10-03 22:08:25 +0200
commit685080914b0e3cd63db5af71909782f9313cb7b5 (patch)
tree69aea1c89050e8c0f40cf66055342529f9def7a5
parent101340b79828fa3005c7e832f26df7d596d0decb (diff)
downloadaur-685080914b0e3cd63db5af71909782f9313cb7b5.tar.gz
Add missing gcc-libs dependency
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 64639fbe00ae..bcdddf05e310 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgver=0.20.0
pkgrel=1
pkgdesc='Library for the Signal Protocol.'
url="https://github.com/signalapp/${_pkgname}"
+depends=('gcc-libs')
makedepends=('cargo' 'gradle' 'git' 'zip' 'protobuf' 'cmake' 'clang')
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
license=('GPL3')