aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarsha Kuchampudi2017-11-17 09:56:20 -0500
committerHarsha Kuchampudi2017-11-17 09:56:20 -0500
commit7d8a8f842eb008b67b1a17478a5fe2ed69dfd6c0 (patch)
tree01b5fa1fad7e2c7659c979d94ab6e22a57d523db
parent0219d552d321377c4e92f28cac263873dbd51361 (diff)
downloadaur-7d8a8f842eb008b67b1a17478a5fe2ed69dfd6c0.tar.gz
Changed supported architecture to x86_64 because offical binaries only support 64-bit at the moment
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebf06a41be25..b21185a1e433 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = windscribe-cli
pkgrel = 4
url = https://windscribe.com/
install = windscribe-cli.install
- arch = any
+ arch = x86_64
license = GPL-2+
depends = openvpn
replaces = windscribe-cli
diff --git a/PKGBUILD b/PKGBUILD
index 9eae8bb2179a..a90052d09f14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=windscribe-cli
pkgver=1.0
pkgrel=4
pkgdesc="Port of Windscribe's VPN command line interface"
-arch=('any')
+arch=('x86_64')
url="https://windscribe.com/"
license=('GPL-2+')
depends=('openvpn')