summarylogtreecommitdiffstats
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
parentf0335718c4b219eab4f577024cebd7b5f7e468df (diff)
downloadaur-3a77903892864dad4458c5505c3cd18ac89b0e05.tar.gz
Depend on redis
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2471f7d74317..81e150f1f224 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Apr 6 08:28:21 UTC 2018
+# Fri Apr 13 10:07:35 UTC 2018
pkgbase = algernon
pkgdesc = Single executable web server with Lua, Markdown, QUIC and Pongo2 support
pkgver = 1.9
- pkgrel = 1
+ pkgrel = 2
url = https://algernon.roboticoverlords.org/
arch = x86_64
arch = i686
@@ -11,6 +11,7 @@ pkgbase = algernon
makedepends = git
makedepends = go
makedepends = setconf
+ depends = redis
optdepends = redis: For using the Redis database backend
optdepends = mariadb: For using the MariaDB/MySQL database backend
optdepends = postgresql: For using the PostgreSQL database backend
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'