summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-05-08 15:44:54 +0200
committerGoliathLabs2020-05-08 15:44:54 +0200
commit3ef171ea194726ae4b4335280fd1b7ece3db7f8e (patch)
tree4ac4f625be04796573ce60415a30db386848bfb4
parenta093e2cb749ccf89cbc3366659f1fe253e012005 (diff)
downloadaur-3ef171ea194726ae4b4335280fd1b7ece3db7f8e.tar.gz
Updated: RTMP module was missing
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18c2a9668b9d..a7aeeddc5201 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nginx-rtmp
pkgdesc = Lightweight HTTP server and IMAP/POP3 proxy server
pkgver = 1.18.0
- pkgrel = 2
+ pkgrel = 3
url = https://nginx-rtmp.blogspot.com/
install = nginx.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 4f7245c5c211..b6b2744d9bdb 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=2
+pkgrel=3
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
arch=(x86_64)
url='https://nginx-rtmp.blogspot.com/'
@@ -99,6 +99,7 @@ build() {
--http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
--with-cc-opt="$CFLAGS $CPPFLAGS" \
--with-ld-opt="$LDFLAGS" \
+ --add-module=$srcdir/nginx-rtmp-module-$_rtmpver \
${_common_flags[@]} \
${_stable_flags[@]}