summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2020-11-23 13:37:24 +0100
committermrxx2020-11-23 13:37:24 +0100
commitf663a87f5508c4bcaa03f6f2d5d681b1ea3daca2 (patch)
treeff98cf859517183fe7f72c5429c0f53d20f1c2c9
parent00f03e3147179adb67ab72c8fe1c1708f506ecc0 (diff)
downloadaur-f663a87f5508c4bcaa03f6f2d5d681b1ea3daca2.tar.gz
Add libsodium dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93aaa3d64388..0da3e3bfac63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = pure-ftpd
pkgdesc = A secure, production-quality and standard-conformant FTP server, focused on efficiency and ease of use.
pkgver = 1.0.49
- pkgrel = 4
+ pkgrel = 5
url = https://www.pureftpd.org/
install = pure-ftpd.install
arch = any
license = custom
depends = openssl
depends = mariadb-libs
+ depends = libsodium
conflicts = pure-ftpd-db
backup = etc/pure-ftpd/pure-ftpd.conf
source = https://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.49.tar.bz2
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