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'
arch=('x86_64')
depends=("nginx=$_nginxver" "libutil-linux")
depends=("nginx=$_nginxver")
makedepends=("nginx-src")
url='https://github.com/Martchus/nginx-accesskey'
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'
arch=('x86_64')
depends=("nginx=$_nginxver" "libutil-linux")
depends=("nginx=$_nginxver")
makedepends=("nginx-src")
url='http://labs.frickle.com/nginx_ngx_cache_purge'
license=('CUSTOM')

View File

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

View File

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

View File

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

View File

@ -9,7 +9,7 @@ _nginxver=1.22.0
pkgdesc='NGINX module that adds ability to cache static files'
arch=('x86_64')
depends=("nginx=$_nginxver" "libutil-linux")
depends=("nginx=$_nginxver")
makedepends=("nginx-src")
url='http://labs.frickle.com/nginx_ngx_slowfs_cache'
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'
arch=('x86_64')
depends=("nginx=$_nginxver" "libutil-linux")
depends=("nginx=$_nginxver")
makedepends=("nginx-src" "git")
url='https://github.com/yaoweibin/ngx_http_substitutions_filter_module'
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'
arch=('x86_64')
depends=("nginx=$_nginxver" "libutil-linux")
depends=("nginx=$_nginxver")
makedepends=("nginx-src")
url='https://github.com/masterzen/nginx-upload-progress-module'
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'
arch=('x86_64')
depends=("nginx=$_nginxver" "libutil-linux")
depends=("nginx=$_nginxver")
makedepends=("nginx-src")
url='https://github.com/itoffshore/nginx-upstream-fair'
license=('unknown')