aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarsha Kuchampudi2018-10-03 17:01:07 -0400
committerHarsha Kuchampudi2018-10-03 17:01:07 -0400
commite8c167f8a4706299cd3b20e847a8d89b8675f26b (patch)
treed11db25e910c02f083dde6519a0522fd896d1ca7
parentc7b69342e3e930c18cd8fb59b8983d5bb7574666 (diff)
downloadaur-e8c167f8a4706299cd3b20e847a8d89b8675f26b.tar.gz
Updated for 1.3-19 release
-rw-r--r--.SRCINFO16
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD12
-rw-r--r--README.md40
4 files changed, 43 insertions, 28 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de68e6a9f1b0..dc6ce28f91d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = windscribe-cli
pkgdesc = Port of Windscribe's command line interface
- pkgver = 1.2
- pkgrel = 9
+ pkgver = 1.3
+ pkgrel = 19
url = https://windscribe.com/
install = windscribe-cli.install
arch = x86_64
@@ -11,12 +11,12 @@ pkgbase = windscribe-cli
depends = openvpn
optdepends = stunnel
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
+ source_x86_64 = windscribe-cli_1.3_19.deb::https://assets.staticnetcontent.com/desktop/linux/windscribe-cli_1.3-19_amd64.deb
+ sha256sums_x86_64 = 2adef3ff36423de681279a7f8ddaac29612779bdbcba9cf24098952646fa0253
+ source_i686 = windscribe-cli_1.3_19.deb::https://assets.staticnetcontent.com/desktop/linux/windscribe-cli_1.3-19_i386.deb
+ sha256sums_i686 = 141d9d229cd94de6d5212f909840682f5bf2d85f0de91407cf7fec28ff79161f
+ source_armv6h = windscribe-cli_1.3_19.deb::https://assets.staticnetcontent.com/desktop/linux/windscribe-cli_1.3-19_armhf.deb
+ sha256sums_armv6h = af8938c03355c7523f3abbe2090cbc43b7f782c3f1caf90c19b91b03173dd524
pkgname = windscribe-cli
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..68c123199e53
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+Old/
+*deb
+*tar
diff --git a/PKGBUILD b/PKGBUILD
index 04ca2d761fb3..174e2cc37a32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
##########################################################################
# Maintainer: Harsha Kuchampudi <harshakuchampudi AT gmail DOT com>
# Github: https://github.com/hkuchampudi/Windscribe
-# Updated: 2018-07-23
+# Updated: 2018-10-03
##########################################################################
pkgname=windscribe-cli
-pkgver=1.2
-pkgrel=9
+pkgver=1.3
+pkgrel=19
pkgdesc="Port of Windscribe's command line interface"
arch=('x86_64' 'i686' 'armv6h')
url="https://windscribe.com/"
@@ -18,9 +18,9 @@ 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')
+sha256sums_armv6h=('af8938c03355c7523f3abbe2090cbc43b7f782c3f1caf90c19b91b03173dd524')
+sha256sums_i686=('141d9d229cd94de6d5212f909840682f5bf2d85f0de91407cf7fec28ff79161f')
+sha256sums_x86_64=('2adef3ff36423de681279a7f8ddaac29612779bdbcba9cf24098952646fa0253')
package() {
# Extract the debian package
diff --git a/README.md b/README.md
index 642ab93b582e..6ab127e4dbf8 100644
--- a/README.md
+++ b/README.md
@@ -1,28 +1,38 @@
-## Windscribe VPN CLI for Arch Linux
+# Windscribe VPN CLI for Arch Linux
-**Update: You can now install this package from [AUR](https://aur.archlinux.org/packages/windscribe-cli/)**
+**Update: You can install this package from [AUR](https://aur.archlinux.org/packages/windscribe-cli/)**
-### Overview
-This repository contains the files necessary to build Windscribe VPN CLI for Arch Linux. Currently, Windscribe's CLI is in open beta, so users should anticipate breakages.
+## Circle CI Build Status
-### Installation
+[![CircleCI](https://circleci.com/gh/hkuchampudi/Windscribe/tree/master.svg?style=svg)](https://circleci.com/gh/hkuchampudi/Windscribe/tree/master)
+
+## Overview
+
+This repository contains the files necessary to build Windscribe VPN CLI for Arch Linux. Currently, Windscribe's CLI is in open beta, so users
+should anticipate breakages.
+
+## Installation
+
+### Installing From AUR
-#### Installing From AUR
-- You install this package from the Arch User Repository (AUR) by using `yaourt` and running `yaourt -S windscribe-cli`.
+- You install this package from the Arch User Repository (AUR) by using the AUR helper of your choice (e.g. `yay -S windscribe-cli`).
-#### Installing From Source
-In order the install Windscribe's CLI from source, use the following instructions:
+### Installation
+
+In order the install Windscribe's CLI from this repository, use the following instructions:
1. Clone this repository onto your local machine.
2. `cd` into the cloned repository.
3. Execute `makepkg -cs` to build the package.
-4. After the build process is finished, run `sudo pacman -U windscribe-cli-1.1-1-[PACKAGE ARCHITECTURE].pkg.tar` to install the
-package.
+4. After the build process is finished, run `sudo pacman -U windscribe-cli-*.pkg.tar` to install the package.
+
+## Running Windscribe CLI
-### Running Windscribe CLI
1. After installing for the first time, close out of any active terminals (this is so that bash autocomplete works)
2. Check to see if the windscribe daemon is running: `systemctl status windscribe.service`
-3. If the daemon is not running, you can simply run `sudo systemctl start windscribe`. (If you want the daemon to automatically start on boot, you can run `sudo systemctl enable windscribe`, otherwise you will have to execute `sudo systemctl start windscribe` every time the computer is booted)
+3. If the daemon is not running, you can simply run `sudo systemctl start windscribe`. (If you want the daemon to automatically start on boot,
+you can run `sudo systemctl enable windscribe`, otherwise you will have to execute `sudo systemctl start windscribe` every time the computer is
+booted)
4. Now running `windscribe` in your terminal should bring-up the CLI
5. To login to windscribe, run `windscribe login`
6. To connect to windscribe, run `windscribe connect`
@@ -30,7 +40,9 @@ package.
![Terminal](images/ready.png)
-### Resources
+## Resources
+
[Windscribe](https://windscribe.com/)
[Windscribe Linux Download](https://windscribe.com/guides/linux)
+