push to version 0.3.0

This commit is contained in:
Sebastian Hugentobler 2023-09-27 13:12:25 +02:00
parent bdf01a37ce
commit 8bcb70230c
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -1,7 +1,7 @@
# Maintainer: Sebastian Hugentobler <shu@vanwa.ch>
pkgname=python-ocma
_gitpkgname=openconnect-ms-auth
pkgver=0.2.0
pkgver=0.3.0
pkgrel=1
pkgdesc="Authenticate with your MFA enabled Microsoft-Account to the openconnect VPN client."
arch=("any")
@ -10,7 +10,7 @@ license=("MIT")
depends=("python-selenium" "python-otppy" "geckodriver")
makedepends=("python-poetry")
source=("https://git.snas.black-burn.ch/FHNW/openconnect-ms-auth/archive/$pkgver.tar.gz")
sha256sums=("613cc7a82887956badb0c3ca5c94c49fa25868337d976f30f6aa76ae6e129925")
sha256sums=("d56956b01b2e507da925877a099c8df23ace5205fc05cb99475dc80d2ace3670")
build() {
cd "$_gitpkgname"