summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2022-08-04 09:21:51 +0200
committerHans-Nikolai Viessmann2022-08-04 09:21:51 +0200
commitfbbb0b3274f8a512bef78931988a4f7ed81b9e3b (patch)
tree1eb66b52b34f41aebe8db7ad14ddbc788c102cd0
parent06304458f4c1a481401a283d11ba0e4b594071f8 (diff)
downloadaur-fbbb0b3274f8a512bef78931988a4f7ed81b9e3b.tar.gz
add networkmanager-openvpn as optdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 919a740844b2..a77275e164d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-eduvpn-client
pkgdesc = Linux client and Python client API for eduVPN
pkgver = 3.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/eduvpn/python-eduvpn-client
arch = any
license = Apache
@@ -14,6 +14,7 @@ pkgbase = python-eduvpn-client
depends = python-gobject
depends = hicolor-icon-theme
depends = python-wheel
+ optdepends = networkmanager-openvpn: For using NM to manage OpenVPN tun devices
source = https://github.com/eduvpn/python-eduvpn-client/archive/refs/tags/3.1.0.tar.gz
sha256sums = 252557ceae38b4a05aad0ffbe9f381bedbebed895007a7c018794dedc561142f
diff --git a/PKGBUILD b/PKGBUILD
index 5fcd34b6667a..9677e3f56d8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=python-eduvpn-client
pkgver=3.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Linux client and Python client API for eduVPN"
arch=('any')
url="https://github.com/eduvpn/python-eduvpn-client"
license=('Apache')
depends=('python-requests-oauthlib' 'python-pynacl' 'mypy' 'dbus-python' 'python-gobject' 'hicolor-icon-theme' 'python-wheel')
+optdepends=('networkmanager-openvpn: For using NM to manage OpenVPN tun devices')
makedepends=('python-build' 'python-installer')
source=("https://github.com/eduvpn/python-eduvpn-client/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('252557ceae38b4a05aad0ffbe9f381bedbebed895007a7c018794dedc561142f')