Update packages

This commit is contained in:
moparisthebest
2017-03-13 12:19:25 -04:00
parent 915ad4949f
commit 34d3e06424
57 changed files with 207 additions and 625 deletions

View File

@@ -62,7 +62,8 @@ build() {
--datadir=/var/lib/prosody --with-lua-include=/usr/include/lua5.1 \
--cflags="${CFLAGS} -fPIC -Wall -Wextra -D_GNU_SOURCE" \
--ldflags="${LDFLAGS} -shared" --no-example-certs \
--runwith=lua5.1
--runwith=lua5.1 \
--lua-version=5.1
make
}

View File

@@ -5,7 +5,7 @@ post_install() {
chown prosody:jabber var/lib/prosody
[ -d var/log/prosody ] && chown prosody:jabber var/log/prosody
echo ">> Documentation: http://wiki.archlinux.org/index.php/Prosody"
echo ">> Documentation: https://wiki.archlinux.org/index.php/Prosody"
}
post_upgrade() {