summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-04-18 20:48:15 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-04-18 20:48:15 -0700
commit4a1fd2f6b0219cad4e28e5e21451a341cccf05c2 (patch)
tree4bfe6c217eee01337347460df29edb79e38c933c
parentRebuild for nginx 1.17.10 (diff)
downloadnginx-mainline-mod-rtmp-4a1fd2f6b0219cad4e28e5e21451a341cccf05c2.tar.xz
Fix depends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd98304..2e03843 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ _nginxver=1.17.10
pkgdesc="Module for mainline nginx that adds RTMP support"
arch=('i686' 'x86_64')
-depends=('nginx-mainline==1.17.10')
+depends=('nginx-mainline=1.17.10')
url="https://github.com/arut/nginx-rtmp-module"
license=('BSD')