summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicoHood2018-02-13 21:18:24 +0100
committerNicoHood2018-02-13 21:18:24 +0100
commita46ea359e2b7b7c3b26fbec6795d658d244814a7 (patch)
tree4d11640f4e20aea5ab3609813e64a3802fe55e42
parentefba47052aee80e999673aee0e6238102e7e2a52 (diff)
downloadaur-a46ea359e2b7b7c3b26fbec6795d658d244814a7.tar.gz
Correct nginx dep
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15e939f5f430..a0ae7dd7b066 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = strichliste-web
license = MIT
makedepends = npm
makedepends = git
- optdepends = ngnix: http server for frontend
+ optdepends = nginx: http server for frontend
optdepends = strichliste: backend
backup = usr/share/nginx/html/strichliste/js/settings.js
source = strichliste-web-1.6.1.tar.gz::https://github.com/hackerspace-bootstrap/strichliste-web/archive/v1.6.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 4339727f4d61..ec0a9c6e083e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url="https://github.com/hackerspace-bootstrap/strichliste-web"
license=('MIT')
depends=()
-optdepends=('ngnix: http server for frontend'
+optdepends=('nginx: http server for frontend'
'strichliste: backend')
makedepends=('npm' 'git')
_html_dir='usr/share/nginx/html/strichliste'