summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de209452f7bc..9f11868304bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,9 +9,9 @@
pkgname=pure-ftpd
pkgver=1.0.49
-pkgrel=3
+pkgrel=4
pkgdesc="A secure, production-quality and standard-conformant FTP server, focused on efficiency and ease of use."
-arch=('i686' 'x86_64')
+arch=('any')
url="https://www.pureftpd.org/"
license=('custom')
depends=('openssl' 'mariadb-libs')
@@ -36,6 +36,7 @@ build() {
--bindir=/usr/bin \
--sbindir=/usr/bin \
--with-puredb \
+ --with-pam \
--with-ftpwho \
--with-altlog \
--with-cookie \