summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxime “pep” Buquet2020-05-06 11:56:12 +0200
committerMaxime “pep” Buquet2020-05-06 11:56:12 +0200
commitd8f635d2c8e132a4a24cc8c6667633e6c3e97d94 (patch)
tree98b589ee67a65847fefbab803249463d64ae592b /PKGBUILD
parent9c6cf0cd41edf759fa65eebc46083b5cf2c6847a (diff)
downloadaur-d8f635d2c8e132a4a24cc8c6667633e6c3e97d94.tar.gz
Move luasec from optional to depends
Upstream recommends using TLS by default (default configuration) which requires this module. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d5c1939a61f8..bb985742374a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=prosody-hg
pkgrel=1
-pkgver=r10422+.cb6c0a5f9367+
+pkgver=r10801+.2b97aac0ea3c+
pkgdesc="Lightweight and extensible Jabber/XMPP server written in Lua (development build from trunk-branch)"
arch=('i686' 'x86_64' 'armv7h')
url="https://prosody.im/"
@@ -20,13 +20,13 @@ depends=(
'lua52-socket'
'lua52-expat'
'lua52-filesystem'
+ 'lua52-sec'
'openssl')
makedepends=('mercurial')
checkdepends=('luacheck' 'shellcheck' 'lua52-posix' 'lua52-sec')
conflicts=('prosody')
provides=('prosody')
optdepends=(
- 'lua52-sec: TLS encryption support'
'lua52-event: libevent support')
install=prosody.install
backup=('etc/prosody/prosody.cfg.lua')