aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarsha Kuchampudi2018-07-23 13:20:03 -0400
committerHarsha Kuchampudi2018-07-23 13:20:03 -0400
commitc7b69342e3e930c18cd8fb59b8983d5bb7574666 (patch)
tree2c86fea97591cfb334a7a3f5c73ef53d0a54bffb
parent0c053509dbc176da7ee31591205965098901393a (diff)
downloadaur-c7b69342e3e930c18cd8fb59b8983d5bb7574666.tar.gz
Restored i386 source
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e24c9f4827a1..de68e6a9f1b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = windscribe-cli
url = https://windscribe.com/
install = windscribe-cli.install
arch = x86_64
+ arch = i686
arch = armv6h
license = GPL-2+
depends = openvpn
@@ -12,6 +13,8 @@ pkgbase = windscribe-cli
replaces = windscribe-cli
source_x86_64 = windscribe-cli_1.2_9.deb::https://assets.staticnetcontent.com/desktop/linux/windscribe-cli_1.2-9_amd64.deb
sha256sums_x86_64 = d59233c25ab5718f85baab15f65b5d25c8455d7f8ed6596cf2d26845e9925289
+ source_i686 = windscribe-cli_1.2_9.deb::https://assets.staticnetcontent.com/desktop/linux/windscribe-cli_1.2-9_i386.deb
+ sha256sums_i686 = dacbf7669dee5198e3e20780dec3cad015b70f4c5df120eef88f6d343c42464c
source_armv6h = windscribe-cli_1.2_9.deb::https://assets.staticnetcontent.com/desktop/linux/windscribe-cli_1.2-9_armhf.deb
sha256sums_armv6h = b1297791abe067410780aca8dcca821fa8a2ea64925c679e3fc50f46eaec2b1c
diff --git a/PKGBUILD b/PKGBUILD
index 5da93320d3d2..04ca2d761fb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
##########################################################################
# Maintainer: Harsha Kuchampudi <harshakuchampudi AT gmail DOT com>
# Github: https://github.com/hkuchampudi/Windscribe
-# Updated: 2018-07-19
+# Updated: 2018-07-23
##########################################################################
pkgname=windscribe-cli
pkgver=1.2
pkgrel=9
pkgdesc="Port of Windscribe's command line interface"
-arch=('x86_64' 'armv6h')
+arch=('x86_64' 'i686' 'armv6h')
url="https://windscribe.com/"
license=('GPL-2+')
depends=('openvpn')
@@ -16,8 +16,10 @@ optdepends=('stunnel')
replaces=('windscribe-cli')
install="windscribe-cli.install"
source_armv6h=("${pkgname}_${pkgver}_${pkgrel}.deb::https://assets.staticnetcontent.com/desktop/linux/windscribe-cli_${pkgver}-${pkgrel}_armhf.deb")
+source_i686=("${pkgname}_${pkgver}_${pkgrel}.deb::https://assets.staticnetcontent.com/desktop/linux/windscribe-cli_${pkgver}-${pkgrel}_i386.deb")
source_x86_64=("${pkgname}_${pkgver}_${pkgrel}.deb::https://assets.staticnetcontent.com/desktop/linux/windscribe-cli_${pkgver}-${pkgrel}_amd64.deb")
sha256sums_armv6h=('b1297791abe067410780aca8dcca821fa8a2ea64925c679e3fc50f46eaec2b1c')
+sha256sums_i686=('dacbf7669dee5198e3e20780dec3cad015b70f4c5df120eef88f6d343c42464c')
sha256sums_x86_64=('d59233c25ab5718f85baab15f65b5d25c8455d7f8ed6596cf2d26845e9925289')
package() {