summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2022-11-07 21:06:59 +0100
committerKlaus Alexander Seistrup2022-11-07 21:06:59 +0100
commit64e63521e1eb2244194fd8bfdf26672440a8ce24 (patch)
tree4ff06cd1b0f078e66f4db9f7be8d1d790765e7f3 /PKGBUILD
parent0ef0cc5e3506b32cfc95cedd3b305891387a4070 (diff)
downloadaur-64e63521e1eb2244194fd8bfdf26672440a8ce24.tar.gz
OpenSSL <= v1.1.1.q required
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9a8c6014327..5e3f0821fce2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='simplex-chat-bin'
_pkgname="${pkgname%%-bin}"
pkgver=4.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='A 100% private-by-design chat platform (pre-compiled)'
arch=('x86_64')
_platform='ubuntu-20_04-x86-64'
@@ -20,6 +20,7 @@ source=(
"$_rawurl/scripts/message_views.sql"
)
license=('AGPL3')
+depends=('openssl<=1.1.1.q')
provides=('simplex-chat')
conflicts=('simplex-chat')