summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormrxx2020-11-23 13:37:24 +0100
committermrxx2020-11-23 13:37:24 +0100
commitf663a87f5508c4bcaa03f6f2d5d681b1ea3daca2 (patch)
treeff98cf859517183fe7f72c5429c0f53d20f1c2c9 /PKGBUILD
parent00f03e3147179adb67ab72c8fe1c1708f506ecc0 (diff)
downloadaur-f663a87f5508c4bcaa03f6f2d5d681b1ea3daca2.tar.gz
Add libsodium dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f11868304bd..1b78b919dae6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,12 +9,12 @@
pkgname=pure-ftpd
pkgver=1.0.49
-pkgrel=4
+pkgrel=5
pkgdesc="A secure, production-quality and standard-conformant FTP server, focused on efficiency and ease of use."
arch=('any')
url="https://www.pureftpd.org/"
license=('custom')
-depends=('openssl' 'mariadb-libs')
+depends=('openssl' 'mariadb-libs' 'libsodium')
conflicts=('pure-ftpd-db')
backup=('etc/pure-ftpd/pure-ftpd.conf')
install=pure-ftpd.install