summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLászló Várady2023-05-04 22:18:54 +0200
committerLászló Várady2023-05-04 22:18:54 +0200
commitaaabf2f91c6d876b3909b7212e6150ce1867c57a (patch)
treecfbb292204c008402755b9276e9407ae43feff23 /PKGBUILD
parent057b81f4a6ff58172f183e786d97c467df821a4a (diff)
downloadaur-aaabf2f91c6d876b3909b7212e6150ce1867c57a.tar.gz
Replace python-xdg with python-pyxdg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18ce2677a0db..746eac37bfb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=openconnect-sso
pkgver=0.8.0
-pkgrel=3
+pkgrel=4
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-keyring' 'python-lxml' 'python-prompt_toolkit' 'python-pyxdg' 'python-requests'
'python-structlog' 'python-toml' 'python-pysocks' 'python-jaraco.classes' 'sudo' 'openconnect')
makedepends=('python-setuptools')
checkdepends=('python-pytest' 'python-pytest-asyncio')