Remove wrong dependency from NGINX modules

Not tested yet, will test on next rebuild
This commit is contained in:
Martchus 2022-06-14 10:19:23 +02:00
parent 2e0e74b75b
commit 83771dced3
9 changed files with 9 additions and 9 deletions

View File

@ -9,7 +9,7 @@ _nginxver=1.22.0
pkgdesc='Accesskey module for NGINX' pkgdesc='Accesskey module for NGINX'
arch=('x86_64') arch=('x86_64')
depends=("nginx=$_nginxver" "libutil-linux") depends=("nginx=$_nginxver")
makedepends=("nginx-src") makedepends=("nginx-src")
url='https://github.com/Martchus/nginx-accesskey' url='https://github.com/Martchus/nginx-accesskey'
license=('unknown') license=('unknown')

View File

@ -9,7 +9,7 @@ _nginxver=1.22.0
pkgdesc='NGINX module that adds ability to purge content from FastCGI, proxy, SCGI and uWSGI caches' pkgdesc='NGINX module that adds ability to purge content from FastCGI, proxy, SCGI and uWSGI caches'
arch=('x86_64') arch=('x86_64')
depends=("nginx=$_nginxver" "libutil-linux") depends=("nginx=$_nginxver")
makedepends=("nginx-src") makedepends=("nginx-src")
url='http://labs.frickle.com/nginx_ngx_cache_purge' url='http://labs.frickle.com/nginx_ngx_cache_purge'
license=('CUSTOM') license=('CUSTOM')

View File

@ -9,7 +9,7 @@ _nginxver=1.22.0
pkgdesc='NGINX WebDAV missing commands support' pkgdesc='NGINX WebDAV missing commands support'
arch=('x86_64') arch=('x86_64')
depends=("nginx=$_nginxver" 'libutil-linux' 'libxslt') depends=("nginx=$_nginxver" "libxslt")
makedepends=("nginx-src") makedepends=("nginx-src")
url='https://github.com/arut/nginx-dav-ext-module' url='https://github.com/arut/nginx-dav-ext-module'
license=('BSD') license=('BSD')

View File

@ -9,7 +9,7 @@ _nginxver=1.22.0
pkgdesc='Fancy indexes module for the Nginx web server' pkgdesc='Fancy indexes module for the Nginx web server'
arch=('x86_64') arch=('x86_64')
depends=("nginx=$_nginxver" "libutil-linux") depends=("nginx=$_nginxver")
makedepends=("nginx-src") makedepends=("nginx-src")
url='https://github.com/aperezdc/ngx-fancyindex' url='https://github.com/aperezdc/ngx-fancyindex'
license=('CUSTOM') license=('CUSTOM')

View File

@ -11,7 +11,7 @@ _nginxver=1.22.0
pkgdesc='Module for nginx that adds RTMP support' pkgdesc='Module for nginx that adds RTMP support'
arch=('x86_64') arch=('x86_64')
depends=("nginx=$_nginxver" "libutil-linux") depends=("nginx=$_nginxver")
makedepends=("nginx-src") makedepends=("nginx-src")
url='https://github.com/arut/nginx-rtmp-module' url='https://github.com/arut/nginx-rtmp-module'
license=('BSD') license=('BSD')

View File

@ -9,7 +9,7 @@ _nginxver=1.22.0
pkgdesc='NGINX module that adds ability to cache static files' pkgdesc='NGINX module that adds ability to cache static files'
arch=('x86_64') arch=('x86_64')
depends=("nginx=$_nginxver" "libutil-linux") depends=("nginx=$_nginxver")
makedepends=("nginx-src") makedepends=("nginx-src")
url='http://labs.frickle.com/nginx_ngx_slowfs_cache' url='http://labs.frickle.com/nginx_ngx_slowfs_cache'
license=('CUSTOM') license=('CUSTOM')

View File

@ -9,7 +9,7 @@ _nginxver=1.22.0 # FIXME: fix build against NGINX 1.20.0
pkgdesc='NGINX filter module which can do both regular expression and fixed string substitutions' pkgdesc='NGINX filter module which can do both regular expression and fixed string substitutions'
arch=('x86_64') arch=('x86_64')
depends=("nginx=$_nginxver" "libutil-linux") depends=("nginx=$_nginxver")
makedepends=("nginx-src" "git") makedepends=("nginx-src" "git")
url='https://github.com/yaoweibin/ngx_http_substitutions_filter_module' url='https://github.com/yaoweibin/ngx_http_substitutions_filter_module'
license=('BSD') license=('BSD')

View File

@ -9,7 +9,7 @@ _nginxver=1.22.0
pkgdesc='NGINX module implementing an upload progress system, that monitors RFC1867 POST uploads' pkgdesc='NGINX module implementing an upload progress system, that monitors RFC1867 POST uploads'
arch=('x86_64') arch=('x86_64')
depends=("nginx=$_nginxver" "libutil-linux") depends=("nginx=$_nginxver")
makedepends=("nginx-src") makedepends=("nginx-src")
url='https://github.com/masterzen/nginx-upload-progress-module' url='https://github.com/masterzen/nginx-upload-progress-module'
license=('CUSTOM') license=('CUSTOM')

View File

@ -9,7 +9,7 @@ _nginxver=1.22.0 # FIXME: fix build against NGINX 1.20.0
pkgdesc='Fair load balancer module for nginx' pkgdesc='Fair load balancer module for nginx'
arch=('x86_64') arch=('x86_64')
depends=("nginx=$_nginxver" "libutil-linux") depends=("nginx=$_nginxver")
makedepends=("nginx-src") makedepends=("nginx-src")
url='https://github.com/itoffshore/nginx-upstream-fair' url='https://github.com/itoffshore/nginx-upstream-fair'
license=('unknown') license=('unknown')