aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-12-31 19:51:03 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-12-31 20:27:13 +0100
commitc0d6a67ea3c110b120810d7ef2cd42baac2da78f (patch)
treebb120ba9cc4c481eb0a5c1437c734dc0287aae3c /main
parent58a17c0b4bf2422d47512d30f6e2eb1dc080cf16 (diff)
downloadaports-c0d6a67ea3c110b120810d7ef2cd42baac2da78f.tar.bz2
aports-c0d6a67ea3c110b120810d7ef2cd42baac2da78f.tar.xz
main/uwsgi: build with lua5.3 instead of lua5.2
Diffstat (limited to 'main')
-rw-r--r--main/uwsgi/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/uwsgi/APKBUILD b/main/uwsgi/APKBUILD
index 31ddfc4c77..6ef534d26e 100644
--- a/main/uwsgi/APKBUILD
+++ b/main/uwsgi/APKBUILD
@@ -4,7 +4,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=uwsgi
pkgver=2.0.15
-pkgrel=3
+pkgrel=4
pkgdesc="uWSGI application container server"
url="http://projects.unbit.it/uwsgi/"
arch="all"
@@ -23,7 +23,7 @@ makedepends="
linux-pam-dev
libxml2-dev
libxslt-dev
- lua5.2-dev
+ lua5.3-dev
paxmark
pcre-dev
postgresql-dev
@@ -144,7 +144,7 @@ build() {
# ccache seems to trigger some weird bug on musl
CC="gcc" python2 uwsgiconfig.py --build alpine
- export UWSGICONFIG_LUAPC="lua5.2"
+ export UWSGICONFIG_LUAPC="lua5.3"
local item
for item in $_plugins; do