summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afdf7789b4a6..bf6f8c471133 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Aug 7 17:52:35 UTC 2016
+# Mon Aug 8 17:32:14 UTC 2016
pkgbase = qotd
pkgdesc = A simple RFC 865-compliant QOTD (quote of the day) daemon.
- pkgver = 0.9.3
+ pkgver = 0.9.4
pkgrel = 1
url = https://gitlab.com/ammongit/qotd
install = qotd.install
@@ -17,7 +17,7 @@ pkgbase = qotd
conflicts = qotd
options = !zipman
backup = etc/qotd.conf
- source = https://gitlab.com/ammongit/qotd/repository/archive.tar.gz?ref=v0.9.3
+ source = https://gitlab.com/ammongit/qotd/repository/archive.tar.gz?ref=v0.9.4
sha256sums = SKIP
pkgname = qotd
diff --git a/PKGBUILD b/PKGBUILD
index 5e32f019bb98..81ae9a390480 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=qotd
pkgname="$_pkgname"
-pkgver=0.9.3
+pkgver=0.9.4
pkgrel=1
pkgdesc="A simple RFC 865-compliant QOTD (quote of the day) daemon."
arch=('any')