summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--service_sysdirs.patch6
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed02c943a76b..f30d8b1b6fe1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hide-client
pkgdesc = Hide.me CLI VPN client for Linux
pkgver = 0.9.1
- pkgrel = 1
+ pkgrel = 2
url = hide.me
arch = any
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 195098951172..88c913409bd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hide-client
_pkgname=hide.client.linux
pkgver=0.9.1
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Hide.me CLI VPN client for Linux"
arch=('any')
diff --git a/service_sysdirs.patch b/service_sysdirs.patch
index 4d82f7b52018..e4441c8fa682 100644
--- a/service_sysdirs.patch
+++ b/service_sysdirs.patch
@@ -9,9 +9,9 @@ index b32902f..641241d 100644
-ExecStart=/opt/hide.me/hide.me connect %i
-WorkingDirectory=/opt/hide.me
-ReadWritePaths=/opt/hide.me /etc
-+ExecStart=/usr/bin/hide.me/hide.me connect %i
-+WorkingDirectory=/usr/bin/hide.me
-+ReadWritePaths=/usr/bin/hide.me /etc
++ExecStart=/usr/bin/hide.me connect %i
++WorkingDirectory=/usr/bin
++ReadWritePaths=/etc
TimeoutStopSec=30
Restart=always
RestartSec=5s