summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ecd05ec278c..1e69a3a332b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,11 @@ pkgbase = pure-ftpd
pkgrel = 1
url = https://www.pureftpd.org/
install = pure-ftpd.install
- arch = any
+ arch = aarch64
+ arch = armv6h
+ arch = armv7h
+ arch = i686
+ arch = x86_64
license = custom
depends = openssl
depends = mariadb-libs
diff --git a/PKGBUILD b/PKGBUILD
index 9425558feb33..6a8d1e34e6fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgname=pure-ftpd
pkgver=1.0.51
pkgrel=1
pkgdesc="A secure, production-quality and standard-conformant FTP server, focused on efficiency and ease of use."
-arch=('any')
+arch=('aarch64' 'armv6h' 'armv7h' 'i686' 'x86_64')
url="https://www.pureftpd.org/"
license=('custom')
depends=('openssl' 'mariadb-libs' 'libsodium')