summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F Rødseth2017-05-02 10:14:46 +0200
committerAlexander F Rødseth2017-05-02 10:14:46 +0200
commitcb2d9d3cf36f74774bc9ea9ec12ae51f42a623d2 (patch)
tree5ba93ce7ae391a57abe9625ece47ef548533886d
parent4e4c28d4ca9b45c3464184502ca5acc5370bce8a (diff)
downloadaur-cb2d9d3cf36f74774bc9ea9ec12ae51f42a623d2.tar.gz
New version: 1.4.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca6f9a25e4b0..8a90d94d6c9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Tue Feb 14 09:20:22 UTC 2017
pkgbase = algernon
pkgdesc = Lightweight web server written in Go with support for HTTP/2, Markdown, Pongo2 and Lua
- pkgver = 1.4
- pkgrel = 2
+ pkgver = 1.4.1
+ pkgrel = 1
url = http://algernon.roboticoverlords.org/
arch = x86_64
arch = i686
@@ -17,7 +15,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.4
+ source = git+https://github.com/xyproto/algernon#tag=1.4.1
md5sums = SKIP
pkgname = algernon
diff --git a/PKGBUILD b/PKGBUILD
index dfe765d99051..127886199426 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
pkgname=algernon
-pkgver=1.4
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
pkgdesc='Lightweight web server written in Go with support for HTTP/2, Markdown, Pongo2 and Lua'
arch=('x86_64' 'i686')
url='http://algernon.roboticoverlords.org/'
@@ -68,4 +68,4 @@ package() {
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et: