aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-25 07:04:35 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-25 10:30:28 +0000
commitba8d992aff610d4e0abcbc69206d3cd2d5099605 (patch)
tree3494b5e2703c81865288fef7e85ab441eb4d73a1
parent48b91c001a5918c2de04fc9fabc5ca1ed4295418 (diff)
downloadaports-ba8d992aff610d4e0abcbc69206d3cd2d5099605.tar.bz2
aports-ba8d992aff610d4e0abcbc69206d3cd2d5099605.tar.xz
community/prosody: upgrade to 0.11.5
-rw-r--r--community/prosody/APKBUILD18
1 files changed, 9 insertions, 9 deletions
diff --git a/community/prosody/APKBUILD b/community/prosody/APKBUILD
index 20bdee7c72..06babad9ac 100644
--- a/community/prosody/APKBUILD
+++ b/community/prosody/APKBUILD
@@ -2,21 +2,21 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
_luaver=5.2
pkgname=prosody
-pkgver=0.11.4
+pkgver=0.11.5
pkgrel=0
pkgdesc="Lua based Jabber/XMPP server"
url="http://prosody.im/"
arch="all"
license="MIT"
-depends="lua${_luaver}-socket lua${_luaver}-expat lua${_luaver}-filesystem
- lua${_luaver}-sec lua${_luaver} lua${_luaver}-busted"
-makedepends="linux-headers lua${_luaver}-dev libidn-dev openssl-dev"
+depends="lua$_luaver-socket lua$_luaver-expat lua$_luaver-filesystem
+ lua$_luaver-sec lua$_luaver lua$_luaver-busted"
+makedepends="linux-headers lua$_luaver-dev libidn-dev openssl-dev"
checkdepends="lua-busted"
install="prosody.pre-install"
subpackages="$pkgname-doc $pkgname-openrc"
pkgusers="prosody"
pkggroups="prosody"
-source="https://prosody.im/downloads/source/$pkgname-$pkgver.tar.gz
+source="https://prosody.im/downloads/source/prosody-$pkgver.tar.gz
prosody.cfg.lua.patch
$pkgname.initd
"
@@ -28,9 +28,9 @@ build() {
--ostype=linux \
--with-lua-lib=/usr/lib \
--with-lua-include=/usr/include \
- --lua-version=${_luaver} \
+ --lua-version=$_luaver \
--no-example-certs \
- --runwith=lua${_luaver}
+ --runwith=lua$_luaver
# Don't generate certs
rm -f "$builddir"/certs/Makefile
@@ -38,7 +38,7 @@ build() {
}
check() {
- /usr/bin/lua${_luaver} /usr/bin/busted --lua=/usr/bin/lua${_luaver}
+ /usr/bin/lua$_luaver /usr/bin/busted --lua=/usr/bin/lua$_luaver
}
package() {
@@ -51,6 +51,6 @@ package() {
install -D -m755 "$srcdir"/"$pkgname".initd "$pkgdir"/etc/init.d/"$pkgname"
}
-sha512sums="0c3aa3373c53f803b88a87dad4ca18b215de7a485d29b0bc4b186d97f7c48262840199a74f62aba6b7b4f1766fdfb37327ed4ff24e877c3a6dfca58764a035c3 prosody-0.11.4.tar.gz
+sha512sums="43a9facee8d61b69e277e7e8a9091fbfa60be71d6141195dff991f6020c8afadacce26f356b869cb2d7edd9be285e9ce1bcd822f9628cc845d91757e818a0dff prosody-0.11.5.tar.gz
a6ca168fe3d11ee3b05295fb36dfaf8240c60a85507032b2502f9a97d3fd055f7eee38ba6efbb8f79472fc7cdd3556922194d0bd7099f7fb809be01890acc511 prosody.cfg.lua.patch
24360603dbd5d2a92758e6c4b4aab4f02cbd05373580cba2df76df98b6045891e8108e8c2d16af9508e93968ed5880db952e7a21b2742ebeec6f14b167968c2c prosody.initd"