summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2023-07-13 14:13:11 +0200
committermrxx2023-07-13 14:13:11 +0200
commitcbbfe6ba655336d53b22d2d057bd792ae0df8eda (patch)
tree90ee763d1635fe3c9e9fc11be103498df461f35c
parentf05bb46f52bbc3507b5c13cacee444af7bf00265 (diff)
downloadaur-cbbfe6ba655336d53b22d2d057bd792ae0df8eda.tar.gz
Update supported architectures
-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')