aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/uwsgi/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/uwsgi/APKBUILD b/testing/uwsgi/APKBUILD
index bff1707ae1..1daa69b140 100644
--- a/testing/uwsgi/APKBUILD
+++ b/testing/uwsgi/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=uwsgi
pkgver=2.0.9
-pkgrel=2
+pkgrel=3
pkgdesc="uWSGI application container server"
url=http://projects.unbit.it/uwsgi/
arch=all
@@ -72,7 +72,7 @@ package() {
"$pkgdir"/etc/conf.d/uwsgi || return 1
# disable emutramp/mprotect, this is needed for luajit and cffi
- paxmark -zxm "$bindir"/uwsgi
+ paxmark -em "$bindir"/uwsgi
}
_plugin() {