summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian2023-08-23 22:44:56 +0200
committerSebastian2023-08-23 22:44:56 +0200
commitaaf3722c61adf7a227253cf46ffc46b42641c2ea (patch)
tree81e92b0602f00442f16866f8a930a1916d4f94c9
parentfb76b7afa6777f56308099b46d2fdbd3d4e015b0 (diff)
downloadaur-aaf3722c61adf7a227253cf46ffc46b42641c2ea.tar.gz
Add checkdepends on cargo
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d33a5dc49bdf..5fbc20cc0263 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ pkgrel=1
pkgdesc='Library for the Signal Protocol.'
url="https://github.com/signalapp/${_pkgname}"
depends=('gcc-libs')
+checkdepends=('cargo')
makedepends=('cargo' 'gradle' 'git' 'zip' 'protobuf' 'cmake' 'clang' 'jdk17-openjdk')
options=(!lto)
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')