aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Linz2016-08-01 23:13:49 +0200
committerAndreas Linz2016-08-01 23:13:49 +0200
commit7400ab198e8c63077e5216ef4bd3d24ff6b18943 (patch)
tree532266a89b04bb139bb9cef681ba2d82b172e37e /PKGBUILD
parentfb3e8886a7d9788ff65a5dd1e8f182807d6b98de (diff)
downloadaur-7400ab198e8c63077e5216ef4bd3d24ff6b18943.tar.gz
Skip hash checks
Caddy's build server rebuilds caddy each day and it is not possible to pin a specific version in the download URL.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f85f0c1d625..f5317fe15f07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,8 +16,9 @@ url="https://caddyserver.com"
license=('Apache')
provides=('caddy')
conflicts=('caddy' 'caddy-git' 'caddy-all-features')
-md5sums_i686=('57fd8fb82792e4b9b2aca2e5c5d20e6d')
-md5sums_x86_64=('57fd8fb82792e4b9b2aca2e5c5d20e6d')
+md5sums_i686=('SKIP')
+md5sums_x86_64=('SKIP')
+md5sums_armv6h=('SKIP')
# expand the feature array
printf -v _features '%s,' "${_features[@]}"