summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2020-04-19 21:48:57 +0200
committermrxx2020-04-19 21:48:57 +0200
commit00f03e3147179adb67ab72c8fe1c1708f506ecc0 (patch)
treee998bd72c3df3af32546bd0ed7f0194a40e76c99
parent95397ed318ca518d9e61d271d6de1219b586f3d4 (diff)
downloadaur-00f03e3147179adb67ab72c8fe1c1708f506ecc0.tar.gz
Add pam build option; set supported archs to 'any'
-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 \