summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2018-11-01 14:11:55 +0100
committerAlexander F. Rødseth2018-11-01 14:11:55 +0100
commitdf06a145fb02c18f44553f998710257696c982de (patch)
tree0db8cedef9f9529cf41944ae733ec2d6f4f9ba7f
parent0c50eb94b08d25b1fcbb0b63f8f8968300950f2b (diff)
downloadaur-df06a145fb02c18f44553f998710257696c982de.tar.gz
Update PKGBUILD to use latest release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 472c38d1c07d..c2759b33b408 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Nov 1 11:32:50 UTC 2018
+# Thu Nov 1 13:11:52 UTC 2018
pkgbase = algernon
pkgdesc = Small self-contained web server with Lua, Markdown, QUIC, Redis and PostgreSQL support
pkgver = 1.12.0
- pkgrel = 1
+ pkgrel = 2
url = https://algernon.roboticoverlords.org/
arch = x86_64
license = MIT
@@ -12,7 +12,7 @@ pkgbase = algernon
optdepends = mariadb: For using the MariaDB/MySQL database backend
optdepends = postgresql: For using the PostgreSQL database backend
optdepends = redis: For using the Redis database backend
- source = git+https://github.com/xyproto/algernon#commit=b23b6d52e0eb32581d00483e0f439d7c305434b2
+ source = git+https://github.com/xyproto/algernon#tag=1.12.0
md5sums = SKIP
pkgname = algernon
diff --git a/PKGBUILD b/PKGBUILD
index 51764b5d567e..4e27d03e6554 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=algernon
pkgver=1.12.0
-pkgrel=1
+pkgrel=2
pkgdesc='Small self-contained web server with Lua, Markdown, QUIC, Redis and PostgreSQL support'
arch=('x86_64')
url='https://algernon.roboticoverlords.org/'
@@ -11,7 +11,7 @@ makedepends=('git' 'go')
optdepends=('mariadb: For using the MariaDB/MySQL database backend'
'postgresql: For using the PostgreSQL database backend'
'redis: For using the Redis database backend')
-source=("git+https://github.com/xyproto/algernon#commit=b23b6d52e0eb32581d00483e0f439d7c305434b2")
+source=("git+https://github.com/xyproto/algernon#tag=$pkgver")
md5sums=('SKIP')
prepare() {