summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander F Rødseth2018-04-13 12:07:40 +0200
committerAlexander F Rødseth2018-04-13 12:07:40 +0200
commit3a77903892864dad4458c5505c3cd18ac89b0e05 (patch)
tree1d2d73aa16729133f21bc85c7f98bf46f0791a1b /PKGBUILD
parentf0335718c4b219eab4f577024cebd7b5f7e468df (diff)
downloadaur-3a77903892864dad4458c5505c3cd18ac89b0e05.tar.gz
Depend on redis
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2116232b7c64..906550a0e4a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=algernon
pkgver=1.9
-pkgrel=1
+pkgrel=2
pkgdesc='Single executable web server with Lua, Markdown, QUIC and Pongo2 support'
arch=('x86_64' 'i686')
url='https://algernon.roboticoverlords.org/'
license=('MIT')
+depends=('redis')
makedepends=('git' 'go' 'setconf')
optdepends=('redis: For using the Redis database backend'
'mariadb: For using the MariaDB/MySQL database backend'