summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWèi Cōngruì2018-04-26 03:06:27 +0000
committerWèi Cōngruì2018-04-26 03:06:27 +0000
commit1e4c8ecd5e4d8fff3c49c915c51d932c3dcfee82 (patch)
tree409e186b4d9234cdc80891f14bb131df2f6e446c /PKGBUILD
parent561818041551f7b34b9f66c4529ab5b7fc914360 (diff)
downloadaur-1e4c8ecd5e4d8fff3c49c915c51d932c3dcfee82.tar.gz
add armv6h as a supported architecture
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 720723bf9a86..6e12a60ec018 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=caddy
pkgver=0.10.14
pkgrel=1
pkgdesc='HTTP/2 Web Server with Automatic HTTPS'
-arch=('i686' 'x86_64' 'armv7h' 'aarch64')
+arch=('x86_64' 'i686' 'armv6h' 'armv7h' 'aarch64')
url='https://caddyserver.com'
license=('Apache')
backup=('etc/caddy/caddy.conf')