summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2022-11-08 20:10:01 +0100
committerKlaus Alexander Seistrup2022-11-08 20:10:01 +0100
commita46e1eb09f71eef6abe777d54cabe856ebde6391 (patch)
tree83494093dd28f6c23b465d8c5f15dec61166616c /PKGBUILD
parentb1d5ef98bcb61539ba188354a4e46855fec13416 (diff)
downloadaur-a46e1eb09f71eef6abe777d54cabe856ebde6391.tar.gz
Add more dependencies: gmp, zlib
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 355ae74391f3..8eae33be54b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='simplex-chat-bin'
_pkgname="${pkgname%%-bin}"
pkgver=4.2.0
-pkgrel=3
+pkgrel=4
pkgdesc='A 100% private-by-design chat platform (pre-compiled)'
arch=('x86_64')
_platform='ubuntu-20_04-x86-64'
@@ -20,7 +20,11 @@ source=(
"$_rawurl/scripts/message_views.sql"
)
license=('AGPL3')
-depends=('openssl-1.1')
+depends=(
+ 'gmp'
+ 'openssl-1.1'
+ 'zlib'
+)
provides=('simplex-chat')
conflicts=('simplex-chat')