diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2015-06-09 13:27:56 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-06-09 13:27:56 +0000 |
commit | 8314b429d74cef84a259f6c8ede0274ca613edd6 (patch) | |
tree | 992ee359d087f58d78be1e0e3e0e3f40e1c56b20 /main/nginx-lua | |
parent | cc9cbeb32504957cf0e2054a00cd5dbd3c6a19c6 (diff) | |
download | aports-8314b429d74cef84a259f6c8ede0274ca613edd6.tar.bz2 aports-8314b429d74cef84a259f6c8ede0274ca613edd6.tar.xz |
main/nginx-lua: set pkgrel to 0
Diffstat (limited to 'main/nginx-lua')
-rw-r--r-- | main/nginx-lua/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/nginx-lua/APKBUILD b/main/nginx-lua/APKBUILD index 0775afe319..87b1615984 100644 --- a/main/nginx-lua/APKBUILD +++ b/main/nginx-lua/APKBUILD @@ -9,7 +9,7 @@ pkgver=1.8.0 _ngx_rtmp_ver=1.1.7 _ngx_devel_kit_ver=0.2.19 _ngx_lua_ver=0.9.15 -pkgrel=1 +pkgrel=0 pkgdesc="lightweight HTTP and reverse proxy server with Lua support" url="http://www.nginx.org" arch="all" |