From f8e722b656ab6f43fed76e0a4efc5878c156e723 Mon Sep 17 00:00:00 2001 From: K900 Date: Mon, 8 Jun 2020 11:25:45 +0300 Subject: [PATCH] Install acwebhelper plugin library (thanks @arthur_felps) --- .SRCINFO | 2 +- PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 2ab550c..1080720 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = cisco-anyconnect pkgdesc = Cisco AnyConnect Secure Mobility Client pkgver = 4.8.03052 - pkgrel = 1 + pkgrel = 2 url = https://www.cisco.com/c/en/us/products/security/anyconnect-secure-mobility-client/index.html arch = x86_64 license = custom diff --git a/PKGBUILD b/PKGBUILD index 6229805..0eb9f8a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ _source="installer" # if installing from .sh installer pkgname=cisco-anyconnect pkgver=4.8.03052 -pkgrel=1 +pkgrel=2 pkgdesc='Cisco AnyConnect Secure Mobility Client' arch=('x86_64') depends=('libxml2' 'ca-certificates') @@ -98,7 +98,7 @@ package() { # install plugins # we intentionally don't install the telemetry plugin here # because it tries to write to /opt and we don't want that - for plugin in "libvpnipsec.so"; do + for plugin in "libacwebhelper.so" "libvpnipsec.so"; do install -Dm755 ${plugin} "${pkgdir}/opt/cisco/anyconnect/bin/plugins/${plugin}" done