summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordaniel2019-10-23 22:06:31 +0200
committerdaniel2019-10-23 22:06:31 +0200
commit38db5c45305c224752de5adbc624e6ea3d69382b (patch)
tree3c5b622344674f0456ef71616a3df4fc26f1a0b6
parentff2cde1ed5a24b1ab755c20ea639c582453391f9 (diff)
downloadaur-38db5c45305c224752de5adbc624e6ea3d69382b.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 1a18024358df..17382b922985 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = limesurvey
pkgdesc = The most popular FOSS online survey tool on the web.
- pkgver = 3.19.2+191017
+ pkgver = 3.19.3+191023
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.19.2+191017.zip
- sha256sums = 988ede304a34b65114517155413385e2de8b0a6a6cf7e7c05903265d985b9f16
+ source = https://download.limesurvey.org/latest-stable-release/limesurvey3.19.3+191023.zip
+ sha256sums = c3933d3fe823676dea98699dd0f169c03599dd0ed1f8d769e963e0092aa4092b
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index c28c3b8d2a7d..bd5f9a291559 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=3.19.2+191017
+pkgver=3.19.3+191023
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=('988ede304a34b65114517155413385e2de8b0a6a6cf7e7c05903265d985b9f16')
+sha256sums=('c3933d3fe823676dea98699dd0f169c03599dd0ed1f8d769e963e0092aa4092b')
optdepends=('apache: a supported application server'
'nginx: a supported application server'