summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-11-09 20:12:52 +1300
committerGeorge Rawlinson2022-11-09 20:12:52 +1300
commit3025eef42936e345d37bd7ade5fd08d972f3f789 (patch)
treeeae638fa63d5e3bc47b24381ae63c1a4704efb02 /PKGBUILD
parente5ca054425f2f5eb014859844d4ffe870e0b4185 (diff)
downloadaur-3025eef42936e345d37bd7ade5fd08d972f3f789.tar.gz
upgpkg: snappymail 2.20.6-2; fix invalid token
Ref: https://github.com/the-djmaze/snappymail/issues/641 The sodium extension must be enabled in php.ini or similar configuraton file.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45beee520bae..727708bd7944 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=snappymail
pkgver=2.20.6
-pkgrel=1
+pkgrel=2
pkgdesc='A simple, modern & fast web-based email client'
arch=('any')
license=('AGPL3')
url='https://snappymail.eu'
-depends=('php-fpm')
+depends=('php-fpm' 'php-sodium')
makedepends=(
'git'
'nodejs'