summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLászló Várady2022-09-15 17:28:11 +0200
committerLászló Várady2022-09-15 17:28:11 +0200
commit057b81f4a6ff58172f183e786d97c467df821a4a (patch)
tree357eacfc573b16ff6dff6c385bf6203756a637ac
parent2a5fd26a2c0e5f0e4494a06c8d00cda4713689a2 (diff)
downloadaur-057b81f4a6ff58172f183e786d97c467df821a4a.tar.gz
Add python-jaraco.classes dependency (transitive dependency of keyring)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c054e576bc7..f9b32a8e76af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openconnect-sso
pkgdesc = Wrapper script for OpenConnect supporting Azure AD (SAMLv2) authentication
pkgver = 0.8.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/vlaci/openconnect-sso
arch = any
license = GPL3
@@ -21,6 +21,7 @@ pkgbase = openconnect-sso
depends = python-structlog
depends = python-toml
depends = python-pysocks
+ depends = python-jaraco.classes
depends = sudo
depends = openconnect
source = https://github.com/vlaci/openconnect-sso/releases/download/v0.8.0/openconnect-sso-0.8.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 644aeafe2d36..18ce2677a0db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=openconnect-sso
pkgver=0.8.0
-pkgrel=2
+pkgrel=3
pkgdesc="Wrapper script for OpenConnect supporting Azure AD (SAMLv2) authentication"
arch=('any')
url="https://github.com/vlaci/openconnect-sso"
license=('GPL3')
depends=('python' 'python-pyqt5' 'python-pyqtwebengine' 'python-attrs' 'python-colorama'
'python-keyring' 'python-lxml' 'python-prompt_toolkit' 'python-xdg' 'python-requests'
- 'python-structlog' 'python-toml' 'python-pysocks' 'sudo' 'openconnect')
+ 'python-structlog' 'python-toml' 'python-pysocks' 'python-jaraco.classes' 'sudo' 'openconnect')
makedepends=('python-setuptools')
checkdepends=('python-pytest' 'python-pytest-asyncio')
optdepends=()