summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F Rødseth2018-07-23 14:44:35 -0700
committerAlexander F Rødseth2018-07-23 14:44:35 -0700
commite6dd40b3a0349cfff61ba8a6acd35a467520562a (patch)
tree0967a3c8344c526640faa8ce0ca709fefebae3b5
parentab93a7aed03ce9119be39878b667669509d04d2c (diff)
downloadaur-e6dd40b3a0349cfff61ba8a6acd35a467520562a.tar.gz
Update to 1.10.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f47a889bc24d..b87bb3e0c39a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Apr 13 11:01:33 UTC 2018
+# Mon Jul 23 21:44:19 UTC 2018
pkgbase = algernon
pkgdesc = Single executable web server with Lua, Markdown, QUIC and Pongo2 support
- pkgver = 1.9
- pkgrel = 3
+ pkgver = 1.10.1
+ pkgrel = 1
url = https://algernon.roboticoverlords.org/
arch = x86_64
arch = i686
@@ -15,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.9
+ source = git+https://github.com/xyproto/algernon#tag=1.10.1
md5sums = SKIP
pkgname = algernon
diff --git a/PKGBUILD b/PKGBUILD
index 5128d5ba4b7e..1cbe96797523 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
+# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=algernon
-pkgver=1.9
-pkgrel=3
+pkgver=1.10.1
+pkgrel=1
pkgdesc='Single executable web server with Lua, Markdown, QUIC and Pongo2 support'
arch=('x86_64' 'i686')
url='https://algernon.roboticoverlords.org/'
@@ -63,6 +63,7 @@ package() {
install -Dm644 system/logrotate "$pkgdir/etc/logrotate.d/algernon"
install -Dm644 system/serverconf.lua "$pkgdir/etc/algernon/serverconf.lua"
install -Dm644 desktop/algernon.desktop "$pkgdir/usr/share/applications/algernon.desktop"
+ install -Dm644 desktop/algernon_md.desktop "$pkgdir/usr/share/applications/algernon_md.desktop"
install -Dm644 desktop/markdown.png "$pkgdir/usr/share/pixmaps/markdown.png"
install -d "$pkgdir/usr/share/doc/$pkgname/"
cp -r samples "$pkgdir/usr/share/doc/algernon/samples"