summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2019-05-23 13:14:41 +0200
committermrxx2019-05-23 13:14:41 +0200
commit95397ed318ca518d9e61d271d6de1219b586f3d4 (patch)
tree38e8ea84f9e3a61e5ad2025be02afd345038b9e7
parent2c38ae28c8be4df41d84d1c4dec3a6de2be69513 (diff)
downloadaur-95397ed318ca518d9e61d271d6de1219b586f3d4.tar.gz
Add virtualchroot build option
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e11e16911698..74edc1573a07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 2
+ pkgrel = 3
url = https://www.pureftpd.org/
install = pure-ftpd.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 4c91bd7de95c..de209452f7bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=pure-ftpd
pkgver=1.0.49
-pkgrel=2
+pkgrel=3
pkgdesc="A secure, production-quality and standard-conformant FTP server, focused on efficiency and ease of use."
arch=('i686' 'x86_64')
url="https://www.pureftpd.org/"
@@ -45,7 +45,8 @@ build() {
--with-peruserlimits \
--with-throttling \
--with-tls \
- --with-rfc2640
+ --with-rfc2640 \
+ --with-virtualchroot
make
}