summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGoliathLabs2020-05-06 14:17:49 +0200
committerGoliathLabs2020-05-06 14:17:49 +0200
commita093e2cb749ccf89cbc3366659f1fe253e012005 (patch)
treecb07d3a305a46b97f78587c54ca928f2dac994c8 /PKGBUILD
parentaf3fdad97bdf6afec4c5547746c8aae0d2736029 (diff)
downloadaur-a093e2cb749ccf89cbc3366659f1fe253e012005.tar.gz
Updated: PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 918f7577a8c4..4f7245c5c211 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _pkgbase=nginx
pkgname=(nginx-rtmp nginx-rtmp-src)
pkgver=1.18.0
_rtmpver=1.2.1
-pkgrel=1
+pkgrel=2
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
arch=(x86_64)
url='https://nginx-rtmp.blogspot.com/'
@@ -80,7 +80,7 @@ prepare() {
}
build() {
- cd $_pkgname-$pkgver
+ cd $_pkgbase-$pkgver
./configure \
--prefix=/etc/nginx \
@@ -111,7 +111,7 @@ check() {
}
package_nginx-rtmp() {
- cd $_pkgname-$pkgver
+ cd $_pkgbase-$pkgver
make DESTDIR="$pkgdir" install
sed -e 's|\<user\s\+\w\+;|user html;|g' \