prosody: rebuild for updated dependency names
This commit is contained in:
parent
052caa5afe
commit
3a2a9ab99e
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'prosody'
|
||||
pkgname=prosody
|
||||
version=0.11.5
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=configure
|
||||
configure_args="
|
||||
--ostype=linux
|
||||
|
@ -20,7 +20,8 @@ conf_files="
|
|||
/etc/prosody/certs/GNUmakefile"
|
||||
make_dirs="/var/lib/prosody 0755 prosody prosody"
|
||||
makedepends="lua51-devel libressl-devel libidn-devel"
|
||||
depends="luasocket luafilesystem luaexpat lua51-luasec lua51-BitOp"
|
||||
depends="lua51-luasocket lua51-luafilesystem lua51-luaexpat lua51-luasec
|
||||
lua51-BitOp"
|
||||
short_desc="Lightweight and extensible Jabber/XMPP server written in Lua"
|
||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
license="MIT"
|
||||
|
|
Loading…
Reference in a new issue