summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordaniel2019-11-21 23:12:29 +0100
committerdaniel2019-11-21 23:12:29 +0100
commite45e13f0cec9d6f0bd28b1df213bf06dd0f0a0d9 (patch)
tree1774b1191ed6b53dcd82759932571d850f4da548
parentdb0f5c301bc5671dbc325d32a7922ba5cf75c5f1 (diff)
downloadaur-e45e13f0cec9d6f0bd28b1df213bf06dd0f0a0d9.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 865db5a3bb1f..905f258aafc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = limesurvey
pkgdesc = The most popular FOSS online survey tool on the web.
- pkgver = 3.20.1+191114
+ pkgver = 3.20.2+191119
pkgrel = 1
url = https://www.limesurvey.org
arch = any
@@ -13,8 +13,8 @@ pkgbase = limesurvey
optdepends = postgresql: PostgreSQL database support
optdepends = php-imap: email bounce tracking system
backup = etc/webapps/limesurvey/config.php
- source = https://download.limesurvey.org/latest-stable-release/limesurvey3.20.1+191114.zip
- sha256sums = 1d8b4f3b75ccad53872feecdd30f3f7283466bf66fc18a13425de6a8852b1712
+ source = https://download.limesurvey.org/latest-stable-release/limesurvey3.20.2+191119.zip
+ sha256sums = 184b007db8fa2859c1dd2545ade4656b3f3b8f9b3061fe3657fc0ebe94645468
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index 5f3115e12159..b2b2455862e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=3.20.1+191114
+pkgver=3.20.2+191119
pkgrel=1
pkgdesc="The most popular FOSS online survey tool on the web."
depends=('php')
@@ -12,7 +12,7 @@ url="https://www.limesurvey.org"
source=(
https://download.limesurvey.org/latest-stable-release/limesurvey${pkgver}.zip
)
-sha256sums=('1d8b4f3b75ccad53872feecdd30f3f7283466bf66fc18a13425de6a8852b1712')
+sha256sums=('184b007db8fa2859c1dd2545ade4656b3f3b8f9b3061fe3657fc0ebe94645468')
optdepends=('apache: a supported application server'
'nginx: a supported application server'