summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorblocklisted2022-01-31 17:39:17 +0100
committerblocklisted2022-01-31 17:39:17 +0100
commit990a6a92d9a1df234d01f69a385cc4a95cd5f390 (patch)
treeaa939c5e81221c22d52c10f1c9941cac30d6026a
parentaa3ccc1e3a078e9da3520cafdda3f22eb387957a (diff)
downloadaur-990a6a92d9a1df234d01f69a385cc4a95cd5f390.tar.gz
added systemd-resolved as dependency, as windscribe-v2 requires it
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b2f97ed7099..112dd2a1af68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = windscribe-v2-bin
pkgdesc = Windscribe GUI tool for Linux
pkgver = 2.3.15_beta
- pkgrel = 2
+ pkgrel = 3
url = https://windscribe.com/guides/linux
install = windscribe-v2-bin.install
arch = x86_64
license = GPL2
depends = bash
depends = nftables
+ depends = systemd-resolved
provides = windscribe
conflicts = windscribe-cli
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index f4a8d740288b..be8e02bc3696 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: blocklisted <blocklisted at protonmail dot com>
pkgname=windscribe-v2-bin
pkgver=2.3.15_beta
-pkgrel=2
+pkgrel=3
pkgdesc="Windscribe GUI tool for Linux"
arch=('x86_64')
url="https://windscribe.com/guides/linux"
license=('GPL2')
-depends=('bash' 'nftables')
+depends=('bash' 'nftables' 'systemd-resolved')
provides=('windscribe')
conflicts=('windscribe-cli')
options=('!strip')