summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGI_Jack2019-05-05 18:06:47 -0400
committerGI_Jack2019-05-05 18:06:47 -0400
commitd260ed5571ba83a12b9a0b59056369108e5c25af (patch)
treec6f970446728f0e899994287f3b5a091304f682d /PKGBUILD
parent7bc12d28acad8efd3b15da75c87f9b613eddb134 (diff)
downloadaur-d260ed5571ba83a12b9a0b59056369108e5c25af.tar.gz
fixed, removed git as a makedepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cab245321619..5ce16ae77054 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='An unofficial daemon that facilitates communication with the Signal mes
url='https://git.callpipe.com/finn/signald'
license=('GPL3')
arch=('any')
-makedepends=('git' 'gradle')
+makedepends=('gradle')
depends=('java-runtime')
optdepends=('openbsd-netcat: interaction with signald socket'
'qrencode: display account linking token as QR code')