summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorblocklisted2023-01-06 15:24:15 +0100
committerblocklisted2023-01-06 15:24:15 +0100
commita3a24d32179a8b1abfea40e9aa3f4122f4841f04 (patch)
treee2db747595503a7f96f9a8954c63470829780cd9
parentc241cc6bb74ec85b8c49028339f66cc262e1ded5 (diff)
downloadaur-a3a24d32179a8b1abfea40e9aa3f4122f4841f04.tar.gz
remove automatically enabling systemd-resolved and systemd dependancy
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
-rw-r--r--windscribe-v2-bin.install4
3 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 566cc09fce04..874313e96376 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = windscribe-v2-bin
pkgdesc = Windscribe GUI tool for Linux
pkgver = 2.5.18
- pkgrel = 1
+ pkgrel = 2
url = https://windscribe.com/guides/linux
install = windscribe-v2-bin.install
arch = x86_64
license = GPL2
depends = bash
depends = nftables
- depends = systemd
provides = windscribe
conflicts = windscribe-cli
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 3c0da6b62d1c..c13ba59d94d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: blocklisted <blocklisted at protonmail dot com>
pkgname=windscribe-v2-bin
pkgver=2.5.18
-pkgrel=1
+pkgrel=2
pkgdesc="Windscribe GUI tool for Linux"
arch=('x86_64')
url="https://windscribe.com/guides/linux"
license=('GPL2')
-depends=('bash' 'nftables' 'systemd')
+depends=('bash' 'nftables')
provides=('windscribe')
conflicts=('windscribe-cli')
options=('!strip')
diff --git a/windscribe-v2-bin.install b/windscribe-v2-bin.install
index fd6affc081b9..1ce3101eff1f 100644
--- a/windscribe-v2-bin.install
+++ b/windscribe-v2-bin.install
@@ -31,8 +31,8 @@ pre_install() {
post_install() {
set -e
- systemctl enable systemd-resolved
- systemctl start systemd-resolved
+ #systemctl enable systemd-resolved
+ #systemctl start systemd-resolved
systemctl enable windscribe-helper
systemctl start windscribe-helper
}