mirror of
https://github.com/moparisthebest/arch-ppa
synced 2024-11-24 01:22:18 -05:00
Fix openconnect-git
This commit is contained in:
parent
603ac2f96c
commit
5247af6b20
@ -1,4 +1,4 @@
|
|||||||
VERSION='10'
|
VERSION='<version>'
|
||||||
THIS_JAVA='java-${VERSION}-jdk'
|
THIS_JAVA='java-${VERSION}-jdk'
|
||||||
NAME='JDK'
|
NAME='JDK'
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname=openconnect-git
|
pkgname=openconnect-git
|
||||||
_pkgname=openconnect
|
_pkgname=openconnect
|
||||||
pkgver=7.08.r91.gf0f990c
|
pkgver=7.08.r92.g292eb3e
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Open client for Cisco AnyConnect VPN"
|
pkgdesc="Open client for Cisco AnyConnect VPN"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
@ -14,7 +14,7 @@ makedepends=('intltool' 'python2' 'git')
|
|||||||
options=('!emptydirs')
|
options=('!emptydirs')
|
||||||
provides=($_pkgname)
|
provides=($_pkgname)
|
||||||
conflicts=($_pkgname)
|
conflicts=($_pkgname)
|
||||||
source=("$pkgname::git+https://gitlab.com/ocserv/$_pkgname.git/")
|
source=("$pkgname::git+https://gitlab.com/openconnect/$_pkgname.git/")
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
|
Loading…
Reference in New Issue
Block a user