summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2018-08-20 01:44:59 -0600
committerBrian Bidulock2018-08-20 01:44:59 -0600
commitaa50fadbb879fb2d31768ae0b7b73aa59c9059aa (patch)
tree3a9955351949eebd8c456751c43fbcf95b334436
parent06c945bfc816d0e5d0c1cef5ad77fafd45c7353d (diff)
downloadaur-aa50fadbb879fb2d31768ae0b7b73aa59c9059aa.tar.gz
go back to infradead repo
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89fc4be241da..ebdfbf864bd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Mon Apr 18 09:37:33 UTC 2016
pkgbase = openconnect-git
pkgdesc = Open client for Cisco AnyConnect VPN
- pkgver = 7.06.r93.g11ad105
- pkgrel = 2
+ pkgver = 7.08.r127.g8977877
+ pkgrel = 1
url = http://www.infradead.org/openconnect.html
arch = i686
arch = x86_64
@@ -24,7 +22,7 @@ pkgbase = openconnect-git
provides = openconnect
conflicts = openconnect
options = !emptydirs
- source = openconnect-git::git+https://gitlab.com/ocserv/openconnect.git/
+ source = openconnect-git::git://git.infradead.org/users/dwmw2/openconnect.git
md5sums = SKIP
pkgname = openconnect-git
diff --git a/PKGBUILD b/PKGBUILD
index 934043ead14f..bedbece05ae9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=openconnect-git
_pkgname=openconnect
-pkgver=7.06.r93.g11ad105
-pkgrel=2
+pkgver=7.08.r127.g8977877
+pkgrel=1
pkgdesc="Open client for Cisco AnyConnect VPN"
arch=('i686' 'x86_64')
license=('GPL')
@@ -15,6 +15,7 @@ options=('!emptydirs')
provides=($_pkgname)
conflicts=($_pkgname)
source=("$pkgname::git+https://gitlab.com/ocserv/$_pkgname.git/")
+source=("$pkgname::git://git.infradead.org/users/dwmw2/$_pkgname.git")
md5sums=('SKIP')
pkgver() {
@@ -27,7 +28,8 @@ build() {
./autogen.sh
PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
--sbindir=/usr/bin \
- --disable-static
+ --disable-static \
+ --without-gnutls
make V=0
}