summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F Rødseth2017-02-12 13:39:46 +0100
committerAlexander F Rødseth2017-02-12 13:39:46 +0100
commit580310e74e58013d72966f57c3f6145be1627204 (patch)
treec6f340ed30e9c975c659384e224b08ec6346942a
parentc86887c01842a492403ea0392c2bfeb03991680d (diff)
downloadaur-580310e74e58013d72966f57c3f6145be1627204.tar.gz
Update to 1.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d97f74990a30..13720ae36718 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 3 20:27:48 UTC 2017
+# Sun Feb 12 12:39:41 UTC 2017
pkgbase = algernon
- pkgdesc = Web/application server with built-in support for Lua and Markdown
- pkgver = 1.3.2
+ pkgdesc = Web server with built-in support for Lua, Markdown and templates
+ pkgver = 1.4
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://github.com/xyproto/algernon#tag=1.3.2
+ source = git+https://github.com/xyproto/algernon#tag=1.4
md5sums = SKIP
pkgname = algernon
diff --git a/PKGBUILD b/PKGBUILD
index 849c523079f5..05aec8be5e7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
pkgname=algernon
-pkgver=1.3.2
+pkgver=1.4
pkgrel=1
-pkgdesc='Web/application server with built-in support for Lua and Markdown'
+pkgdesc='Web server with built-in support for Lua, Markdown and templates'
arch=('x86_64' 'i686')
url='http://algernon.roboticoverlords.org/'
license=('MIT')
@@ -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://github.com/xyproto/algernon#tag=$pkgver")
+source=("git+https://github.com/xyproto/algernon#tag=$pkgver")
md5sums=('SKIP')
_gourl=github.com/xyproto/algernon
@@ -59,7 +59,7 @@ package() {
install -Dm755 algernon "$pkgdir/usr/bin/algernon"
install -Dm644 system/algernon_dev.service "$pkgdir/usr/lib/systemd/system/algernon.service"
install -Dm644 system/logrotate "$pkgdir/etc/logrotate.d/algernon"
- install -Dm644 system/serverconf.lua "$pkgdir/etc/algernon/server.lua"
+ install -Dm644 system/serverconf.lua "$pkgdir/etc/algernon/serverconf.lua"
install -Dm644 desktop/algernon.desktop "$pkgdir/usr/share/desktop/algernon.desktop"
install -Dm755 desktop/mdview "$pkgdir/usr/bin/mdview"
install -Dm644 desktop/markdown.png "$pkgdir/usr/share/pixmaps/markdown.png"