summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F Rødseth2017-07-14 14:29:58 +0200
committerAlexander F Rødseth2017-07-14 14:29:58 +0200
commitf0ec56f819924edef06585317f9b0f60c68ef50c (patch)
treebbae0e8b4642fcfbd5336e61b6e052f641cf254e
parent4d8711b2d1c0c3006f42363c523e36e0e29a81fd (diff)
downloadaur-f0ec56f819924edef06585317f9b0f60c68ef50c.tar.gz
Upgrade to 1.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc2977beee9e..658d1d2eb79e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jun 19 13:12:53 UTC 2017
+# Fri Jul 14 12:29:53 UTC 2017
pkgbase = algernon
pkgdesc = Pure Go web server with Lua, Markdown, HTTP/2 and template support
- pkgver = 1.4.5
+ pkgver = 1.5.1
pkgrel = 1
url = http://algernon.roboticoverlords.org/
arch = x86_64
@@ -17,7 +17,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#commit=5d09d0a1d50c6d6aaa03e8aa29c3d11d9628d002
+ source = git+https://github.com/xyproto/algernon#tag=1.5.1
md5sums = SKIP
pkgname = algernon
diff --git a/PKGBUILD b/PKGBUILD
index b5ee90bf492f..9b1a3a976a24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
pkgname=algernon
-pkgver=1.4.5
+pkgver=1.5.1
pkgrel=1
pkgdesc='Pure Go web server with Lua, Markdown, HTTP/2 and template support'
arch=('x86_64' 'i686')
@@ -13,7 +13,7 @@ optdepends=('redis: For using the Redis 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#commit=5d09d0a1d50c6d6aaa03e8aa29c3d11d9628d002")
+source=("git+https://github.com/xyproto/algernon#tag=$pkgver")
md5sums=('SKIP')
_gourl=github.com/xyproto/algernon
@@ -56,7 +56,7 @@ build() {
check() {
cd "$GOPATH/src/$_gourl"
- ./test.sh
+ go test
}
package() {