push to version 0.3.0
This commit is contained in:
parent
bdf01a37ce
commit
8bcb70230c
4
PKGBUILD
4
PKGBUILD
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Sebastian Hugentobler <shu@vanwa.ch>
|
# Maintainer: Sebastian Hugentobler <shu@vanwa.ch>
|
||||||
pkgname=python-ocma
|
pkgname=python-ocma
|
||||||
_gitpkgname=openconnect-ms-auth
|
_gitpkgname=openconnect-ms-auth
|
||||||
pkgver=0.2.0
|
pkgver=0.3.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Authenticate with your MFA enabled Microsoft-Account to the openconnect VPN client."
|
pkgdesc="Authenticate with your MFA enabled Microsoft-Account to the openconnect VPN client."
|
||||||
arch=("any")
|
arch=("any")
|
||||||
@ -10,7 +10,7 @@ license=("MIT")
|
|||||||
depends=("python-selenium" "python-otppy" "geckodriver")
|
depends=("python-selenium" "python-otppy" "geckodriver")
|
||||||
makedepends=("python-poetry")
|
makedepends=("python-poetry")
|
||||||
source=("https://git.snas.black-burn.ch/FHNW/openconnect-ms-auth/archive/$pkgver.tar.gz")
|
source=("https://git.snas.black-burn.ch/FHNW/openconnect-ms-auth/archive/$pkgver.tar.gz")
|
||||||
sha256sums=("613cc7a82887956badb0c3ca5c94c49fa25868337d976f30f6aa76ae6e129925")
|
sha256sums=("d56956b01b2e507da925877a099c8df23ace5205fc05cb99475dc80d2ace3670")
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$_gitpkgname"
|
cd "$_gitpkgname"
|
||||||
|
Loading…
Reference in New Issue
Block a user