summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F Rødseth2017-11-01 10:16:12 +0100
committerAlexander F Rødseth2017-11-01 10:16:12 +0100
commitd666790f67a0fb4ed1f5fffce45f77a2cc004a0a (patch)
treedab96455da5b402e2368b494b2527c4d68e68224
parent3787e5c4b55daba6194a0907cd855b89fded411c (diff)
downloadaur-d666790f67a0fb4ed1f5fffce45f77a2cc004a0a.tar.gz
Update to 1.7
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e562ad865d7e..82a50e7bed4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,22 @@
# Generated by mksrcinfo v8
-# Tue Oct 3 19:41:21 UTC 2017
+# Wed Nov 1 09:15:49 UTC 2017
pkgbase = algernon
- pkgdesc = Pure Go web server with Lua, Markdown, HyperApp and Pongo2 support
- pkgver = 1.6
+ pkgdesc = Single executable web server with Lua, Markdown, QUIC and Pongo2 support
+ pkgver = 1.7
pkgrel = 1
url = http://algernon.roboticoverlords.org/
arch = x86_64
arch = i686
license = MIT
- makedepends = go
makedepends = git
+ makedepends = go
makedepends = setconf
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
backup = etc/algernon/serverconf.lua
backup = usr/lib/systemd/system/algernon.service
- source = git+https://github.com/xyproto/algernon#tag=1.6
+ source = git+https://github.com/xyproto/algernon#commit=20a12302518e36b151b93ce5d3203ee267b2b4bb
md5sums = SKIP
pkgname = algernon
diff --git a/PKGBUILD b/PKGBUILD
index b616cbe95627..71a5e860f35c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
pkgname=algernon
-pkgver=1.6
+pkgver=1.7
pkgrel=1
-pkgdesc='Pure Go web server with Lua, Markdown, HyperApp and Pongo2 support'
+pkgdesc='Single executable web server with Lua, Markdown, QUIC and Pongo2 support'
arch=('x86_64' 'i686')
url='http://algernon.roboticoverlords.org/'
license=('MIT')
-makedepends=('go' 'git' 'setconf')
+makedepends=('git' 'go' 'setconf')
optdepends=('redis: For using the Redis database backend'
'mariadb: For using the MariaDB/MySQL database backend'
'postgresql: For using the PostgreSQL database backend')
backup=('etc/algernon/serverconf.lua'
'usr/lib/systemd/system/algernon.service')
-source=("git+https://github.com/xyproto/algernon#tag=$pkgver")
+source=('git+https://github.com/xyproto/algernon#commit=20a12302518e36b151b93ce5d3203ee267b2b4bb')
md5sums=('SKIP')
_gourl=github.com/xyproto/algernon