This commit is contained in:
Ezri Brimhall 2025-11-17 14:27:51 -07:00
parent 8698eda9ac
commit b523ac5d24
Signed by: ezri
GPG Key ID: 058A78E5680C6F24

View File

@ -2,7 +2,7 @@
_pkgname=vpn-manager-globalprotect
pkgname=${_pkgname}-git
pkgver=0.1
pkgrel=2
pkgrel=3
pkgdesc='GlobalProtect backends for vpn-manager'
arch=('any')
url='https://git.ezri.dev/vpn-manager/globalprotect-backend'
@ -15,7 +15,7 @@ conflicts=($_pkgname)
provides=($_pkgname)
build() {
cd $_pkgname
cd "${srcdir}"
python -m build --wheel --no-isolation
}