summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f37dbcd2f5e4..5eec6b6fc54b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = snappymail
pkgdesc = A simple, modern & fast web-based email client
pkgver = 2.20.6
- pkgrel = 1
+ pkgrel = 2
url = https://snappymail.eu
arch = any
license = AGPL3
@@ -13,6 +13,7 @@ pkgbase = snappymail
makedepends = brotli
makedepends = rollup
depends = php-fpm
+ depends = php-sodium
optdepends = mariadb: storage backend for contacts
optdepends = php-pgsql: storage backend for contacts
optdepends = php-sqlite: storage backend for contacts
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'