summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0d3e791d284..a06ac8a69173 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = nginx-mainline-mod-http-xslt-filter
arch = armv7h
license = custom
depends = nginx-mainline
+ depends = libxslt
source = http://nginx.org/download/nginx-1.13.1.tar.gz
sha256sums = a5856c72a6609a4dc68c88a7f3c33b79e6693343b62952e021e043fe347b6776
diff --git a/PKGBUILD b/PKGBUILD
index 5654559ec68f..0641cf22dc70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _nginxver="$(/bin/nginx -v 2>&1 | grep -Eo '([[:digit:]]|\.)+')"
pkgdesc='HTTP XSLT module for the Nginx web server'
arch=('i686' 'x86_64' 'armv7h')
-depends=('nginx-mainline')
+depends=('nginx-mainline' 'libxslt')
url="https://nginx.org"
license=('custom')