mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/nginx-mainline to 1.13.7-2
This commit is contained in:
parent
ffacfe3c30
commit
4acdaa9970
1 changed files with 7 additions and 7 deletions
|
@ -8,18 +8,17 @@
|
|||
# - build armv7h and aarch64 with -fPIC
|
||||
|
||||
pkgname=nginx-mainline
|
||||
pkgver=1.13.6
|
||||
pkgrel=1
|
||||
pkgver=1.13.7
|
||||
pkgrel=2
|
||||
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
url='https://nginx.org'
|
||||
license=('custom')
|
||||
depends=('pcre' 'zlib' 'openssl' 'geoip')
|
||||
depends=('pcre' 'zlib' 'openssl' 'geoip' 'mailcap')
|
||||
backup=('etc/nginx/fastcgi.conf'
|
||||
'etc/nginx/fastcgi_params'
|
||||
'etc/nginx/koi-win'
|
||||
'etc/nginx/koi-utf'
|
||||
'etc/nginx/mime.types'
|
||||
'etc/nginx/nginx.conf'
|
||||
'etc/nginx/scgi_params'
|
||||
'etc/nginx/uwsgi_params'
|
||||
|
@ -32,11 +31,11 @@ source=($url/download/nginx-$pkgver.tar.gz{,.asc}
|
|||
service
|
||||
logrotate)
|
||||
validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin <mdounin@mdounin.ru>
|
||||
md5sums=('f84d3f782c168bfdfb734700e51a929f'
|
||||
md5sums=('5fcd056b40cb5c47b053fb14a2a89e7d'
|
||||
'SKIP'
|
||||
'ef491e760e7c1ffec9ca25441a150c83'
|
||||
'6a01fb17af86f03707c8ae60f98a2dc2')
|
||||
sha512sums=('9ae218396e94f0e165d4d573a979354045ac579f0dcc702a37bde3ec5764e21161efc90fc1ff66bd402047c41a16ca0ff02423eaeb8d89b397e970df246f419e'
|
||||
sha512sums=('77ee919315e0b16ec042ec80b5a9ed01ef057d30fded4c1991fc1b7648d41433b94897fbe6f0900299d3596ede7b25e842e47c44865b1c3d91d2dc6363d23fc0'
|
||||
'SKIP'
|
||||
'4f90db6b8b5c13762b96ddff9ca4e846762d46b90be27c7c9d54cec6f7f12fc95585f8455919296edb0255405dd80af8ee86780b805631b72eb74ee59f359715'
|
||||
'9232342c0914575ce438c5a8ee7e1c25b0befb457a2934e9cb77d1fe9a103634ea403b57bc0ef0cd6cf72248aee5e5584282cea611bc79198aeac9a65d8df5d7')
|
||||
|
@ -111,6 +110,7 @@ package() {
|
|||
-i "$pkgdir"/etc/nginx/nginx.conf
|
||||
|
||||
rm "$pkgdir"/etc/nginx/*.default
|
||||
rm "$pkgdir"/etc/nginx/mime.types # in mailcap
|
||||
|
||||
install -d "$pkgdir"/var/lib/nginx
|
||||
install -dm700 "$pkgdir"/var/lib/nginx/proxy
|
||||
|
|
Loading…
Reference in a new issue