summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordadosch2019-06-07 21:16:43 +0200
committerdadosch2019-06-07 21:16:43 +0200
commit01f44b7a16b64f11e6a3ef6640bcf3d0a8dc7c2f (patch)
treeb06ead072c1eccec2eabf92c3edaffa3e4a7ba3c
parent433c989471ba670ce10fe8d9ed27e3557b50d7c0 (diff)
downloadaur-01f44b7a16b64f11e6a3ef6640bcf3d0a8dc7c2f.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 a7980fd6732e..3462e1a8ad18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = limesurvey
pkgdesc = The most popular FOSS online survey tool on the web.
- pkgver = 3.17.4+190529
+ pkgver = 3.17.5+190604
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.17.4+190529.zip
- sha256sums = cd45295ed9d2efd7526dff2dcda29eefbded3613fd1f8172f70efd4d40776e39
+ source = https://download.limesurvey.org/latest-stable-release/limesurvey3.17.5+190604.zip
+ sha256sums = 461cf9cad07ed4d96c6a843843f3f28a9e82c4207902e097ecf0f04199ab1b17
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index 141abd5a030e..946884f859a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mawcomw <mawcomw@gmail.com>
pkgname=limesurvey
-pkgver=3.17.4+190529
+pkgver=3.17.5+190604
pkgrel=1
pkgdesc="The most popular FOSS online survey tool on the web."
depends=('php')
@@ -13,7 +13,7 @@ source=(
https://download.limesurvey.org/latest-stable-release/limesurvey${pkgver}.zip
)
sha256sums=(
-'cd45295ed9d2efd7526dff2dcda29eefbded3613fd1f8172f70efd4d40776e39'
+'461cf9cad07ed4d96c6a843843f3f28a9e82c4207902e097ecf0f04199ab1b17'
)
optdepends=('apache: a supported application server'