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