From 1caed660b634779e6406217fed4f07198137f872 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Wed, 16 Jan 2019 20:11:03 -0600 Subject: [PATCH] prosody: update to 0.11.2 --- srcpkgs/prosody/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/prosody/template b/srcpkgs/prosody/template index 46a1f39e11b..1b9ac020441 100644 --- a/srcpkgs/prosody/template +++ b/srcpkgs/prosody/template @@ -1,7 +1,7 @@ # Template file for 'prosody' pkgname=prosody -version=0.10.3 -revision=2 +version=0.11.2 +revision=1 build_style=configure configure_args=" --ostype=linux @@ -16,7 +16,8 @@ conf_files=" /etc/prosody/prosody.cfg.lua /etc/prosody/certs/localhost.cnf /etc/prosody/certs/openssl.cnf - /etc/prosody/certs/Makefile" + /etc/prosody/certs/makefile + /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" @@ -25,7 +26,8 @@ maintainer="Duncaen " license="MIT" homepage="https://prosody.im/" distfiles="https://prosody.im/downloads/source/${pkgname}-${version}.tar.gz" -checksum=0c72e221aa0bb2e6cd990a3cff72ee28d3d519493915dadde0e8eebb0b3f1871 +checksum=8911f6dc29b9e0c4edf9e61dc23fa22d77bc42c4caf28b809ab843b2f08e4831 + system_accounts="prosody" prosody_homedir="/var/lib/prosody"