summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordadosch2020-01-15 16:47:02 +0100
committerdadosch2020-01-15 16:47:02 +0100
commit4aac590237baa448ff73c1b1800827825aba26ae (patch)
treebabaee8691e7dbf915048e9d786694418b354ae8
parent4a1bd614157212e17c0575ea84e3446427d4cc8b (diff)
downloadaur-4aac590237baa448ff73c1b1800827825aba26ae.tar.gz
update checksum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index faf8bf1d8ba8..1ae09dcfe22b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = limesurvey
pkgdesc = The most popular FOSS online survey tool on the web.
pkgver = 4.0.0+200116
- pkgrel = 1
+ pkgrel = 2
url = https://www.limesurvey.org
arch = any
license = GPL2
@@ -14,7 +14,7 @@ pkgbase = limesurvey
optdepends = php-imap: email bounce tracking system
backup = etc/webapps/limesurvey/config.php
source = https://download.limesurvey.org/latest-stable-release/limesurvey4.0.0+200116.zip
- sha256sums = 04a404c1522ac8752aba22ad0a14cb046530e3d5065021c892ddadce05835526
+ sha256sums = 1ac5bba57830c880967c3663d975ad53d09a39eff20af3315f4b53a6d320a7a0
pkgname = limesurvey
diff --git a/PKGBUILD b/PKGBUILD
index 434a0b53aae1..742d8b85f93c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=limesurvey
pkgver=4.0.0+200116
-pkgrel=1
+pkgrel=2
pkgdesc="The most popular FOSS online survey tool on the web."
depends=('php')
license=('GPL2')
@@ -12,7 +12,7 @@ url="https://www.limesurvey.org"
source=(
https://download.limesurvey.org/latest-stable-release/limesurvey${pkgver}.zip
)
-sha256sums=('04a404c1522ac8752aba22ad0a14cb046530e3d5065021c892ddadce05835526')
+sha256sums=('1ac5bba57830c880967c3663d975ad53d09a39eff20af3315f4b53a6d320a7a0')
optdepends=('apache: a supported application server'
'nginx: a supported application server'