summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorimlonghao2019-01-30 12:13:13 +0800
committerimlonghao2019-01-30 12:13:13 +0800
commitd4b6dc764dd8706d5c98653d07be1152db00f863 (patch)
tree6c800154582e9ebae117e3d920d37a08ba6e47c4 /PKGBUILD
parent0ab6bea9375471af7f3afbe6c50f7c31944a184f (diff)
downloadaur-d4b6dc764dd8706d5c98653d07be1152db00f863.tar.gz
Add support for x86
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 395ef11a74da..070bdb5bfbbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=cloudflared-bin
pkgver=2019.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="An Argo Tunnel client which proxies any local webserver through the Cloudflare network"
-arch=("x86_64" "arm")
+arch=("x86_64" "x86" "arm")
url="https://developers.cloudflare.com/argo-tunnel/"
license=("custom")
depends=("glibc")
@@ -14,11 +14,13 @@ source=("https://raw.githubusercontent.com/cloudflare/cloudflared/master/LICENSE
"cloudflared.yml"
"cloudflared@.service")
source_x86_64=("https://bin.equinox.io/c/VdrWdbjqyF/cloudflared-stable-linux-amd64.tgz")
+source_x86=("https://bin.equinox.io/c/VdrWdbjqyF/cloudflared-stable-linux-386.tgz")
source_arm=("https://bin.equinox.io/c/VdrWdbjqyF/cloudflared-stable-linux-arm.tgz")
sha256sums=('6a486a0f6c00e87cce1caf0aa8db45ea9fefd0bf91d9be6fc44460160dc0dbda'
'4e06eb54143d872f73707ed2bba2ba2198649d3066df741bd0cfda5d1a5f334d'
'a2d6beef87b531ec43837ce1c2ebd7411058466a11bd6a899a8659582b25e3c2')
sha256sums_x86_64=('ba9601dbef83feb8776851cf69b89139907cd70b52472844c913ddcb143595ca')
+sha256sums_x86=('1036739448d2e4ba0c5c0da59d8801c0aa528ac7591e170abb9b4a27a5cbf466')
sha256sums_arm=('b9cdf2240bd53cece1333b26ba5e53f6a0c60a85b00691ed5dfcbf0391ba1420')
package() {