diff --git a/PKGBUILD b/PKGBUILD index 554263b..3168ad7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,12 +2,12 @@ pkgname=python-ocma _gitpkgname=openconnect-ms-auth pkgver=0.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="Authenticate with your MFA enabled Microsoft-Account to the openconnect VPN client." arch=("any") url="https://git.snas.black-burn.ch/FHNW/openconnect-ms-auth" license=("MIT") -depends=("python-selenium" "python-otppy" "geckodriver") +depends=("python-selenium" "python-otppy" "geckodriver" "selenium-manager") makedepends=("python-poetry") source=("https://git.snas.black-burn.ch/FHNW/openconnect-ms-auth/archive/$pkgver.tar.gz") sha256sums=("d56956b01b2e507da925877a099c8df23ace5205fc05cb99475dc80d2ace3670")