summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74edc1573a07..93aaa3d64388 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
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 = 3
+ pkgrel = 4
url = https://www.pureftpd.org/
install = pure-ftpd.install
- arch = i686
- arch = x86_64
+ arch = any
license = custom
depends = openssl
depends = mariadb-libs
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 \