summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxime “pep” Buquet2019-11-19 00:27:38 +0100
committerMaxime “pep” Buquet2019-11-19 00:36:23 +0100
commit104d1e29f1f3caa8d2c1f2c1ca48735f52a944f0 (patch)
treee45f7be3510e1c230f8b646210e0c2f55cdc04c7 /PKGBUILD
parent724c75bdc1d799036a1381841cdf35ece2a7766d (diff)
downloadaur-104d1e29f1f3caa8d2c1f2c1ca48735f52a944f0.tar.gz
Lua5.2 provides an equivalent of bitop apparently
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ccd10542ed2a..a83a69ca8c57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,10 +30,8 @@ checkdepends=('luacheck' 'shellcheck' 'lua52-posix' 'lua52-sec')
conflicts=('prosody')
provides=('prosody')
optdepends=(
-'lua52-sec: TLS encryption support'
-'lua52-bitop: websocket support'
-'lua52-event: libevent support'
-)
+ 'lua52-sec: TLS encryption support'
+ 'lua52-event: libevent support')
install=prosody.install
backup=('etc/prosody/prosody.cfg.lua')
source=("prosody-hg::hg+https://hg.prosody.im/trunk"