summarylogtreecommitdiffstats
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
parent0ef0cc5e3506b32cfc95cedd3b305891387a4070 (diff)
downloadaur-64e63521e1eb2244194fd8bfdf26672440a8ce24.tar.gz
OpenSSL <= v1.1.1.q required
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9782f60ebc23..bb6aad79931a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = simplex-chat-bin
pkgdesc = A 100% private-by-design chat platform (pre-compiled)
pkgver = 4.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://simplex.chat/
arch = x86_64
license = AGPL3
+ depends = openssl<=1.1.1.q
provides = simplex-chat
conflicts = simplex-chat
source = simplex-chat-4.2.0::https://github.com/simplex-chat/simplex-chat/releases/download/v4.2.0/simplex-chat-ubuntu-20_04-x86-64
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')