summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2018-09-12 12:23:03 +0200
committerAlexander F. Rødseth2018-09-12 12:23:03 +0200
commita9a314f027f58e4ee912f6df33b5b2cdcf83943e (patch)
tree3a7a116985e0dc557e1f7b6d3156c3076257de78
parente6dd40b3a0349cfff61ba8a6acd35a467520562a (diff)
downloadaur-a9a314f027f58e4ee912f6df33b5b2cdcf83943e.tar.gz
Update Algernon to the latest version
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b87bb3e0c39a..f16a72d1dd95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
# Generated by mksrcinfo v8
-# Mon Jul 23 21:44:19 UTC 2018
+# Wed Sep 12 10:22:59 UTC 2018
pkgbase = algernon
pkgdesc = Single executable web server with Lua, Markdown, QUIC and Pongo2 support
- pkgver = 1.10.1
+ pkgver = 1.11.0
pkgrel = 1
url = https://algernon.roboticoverlords.org/
arch = x86_64
- arch = i686
license = MIT
makedepends = git
makedepends = go
@@ -15,7 +14,7 @@ pkgbase = algernon
optdepends = postgresql: For using the PostgreSQL database backend
backup = etc/algernon/serverconf.lua
backup = usr/lib/systemd/system/algernon.service
- source = git+https://github.com/xyproto/algernon#tag=1.10.1
+ source = git+https://github.com/xyproto/algernon#tag=1.11.0
md5sums = SKIP
pkgname = algernon
diff --git a/PKGBUILD b/PKGBUILD
index 1cbe96797523..71b06880d15a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=algernon
-pkgver=1.10.1
+pkgver=1.11.0
pkgrel=1
pkgdesc='Single executable web server with Lua, Markdown, QUIC and Pongo2 support'
-arch=('x86_64' 'i686')
+arch=('x86_64')
url='https://algernon.roboticoverlords.org/'
license=('MIT')
depends=('redis')