summaryrefslogtreecommitdiff
path: root/community/nginx/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/nginx/PKGBUILD')
-rw-r--r--community/nginx/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/nginx/PKGBUILD b/community/nginx/PKGBUILD
index d6b99ae91..44d341870 100644
--- a/community/nginx/PKGBUILD
+++ b/community/nginx/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 90146 2013-05-07 12:27:35Z bpiotrowski $
+# $Id: PKGBUILD 90389 2013-05-12 06:32:22Z bpiotrowski $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Miroslaw Szot <mss@czlug.icis.pcz.pl>
@@ -8,7 +8,7 @@ _tmpdir=/var/lib/nginx
pkgname=nginx
pkgver=1.4.1
-pkgrel=1
+pkgrel=2
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
arch=('i686' 'x86_64')
depends=('pcre' 'zlib' 'openssl' 'geoip')
@@ -30,7 +30,7 @@ source=(http://nginx.org/download/nginx-$pkgver.tar.gz
service
logrotate)
sha256sums=('bca5d1e89751ba29406185e1736c390412603a7e6b604f5b4575281f6565d119'
- '77da8ce4d8378048606a25e09270ee187d6b226ee750b6cb4313af5549f5156a'
+ '05fdc0c0483410944b988d7f4beabb00bec4a44a41bd13ebc9b78585da7d3f9b'
'9523a1fdd5eb61bf62f3049f6ee088b198e36d5edcce2d9b08bbeb2930aa5a16')
build() {
@@ -39,7 +39,7 @@ build() {
./configure \
--prefix=$_cfgdir \
--conf-path=$_cfgdir/nginx.conf \
- --sbin-path=/usr/sbin/nginx \
+ --sbin-path=/usr/bin/nginx \
--pid-path=/var/run/nginx.pid \
--lock-path=/var/lock/nginx.lock \
--user=http --group=http \