summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChiwan Park2021-02-24 19:09:14 +0900
committerChiwan Park2021-02-24 19:18:24 +0900
commit48dc058fee0bbde3236d7369765f889ff4be4def (patch)
treeb3433dc51fbc4a94f7010a7a36c6fae34bd10c48
parenta47daccbbc96d63cfa0ef81060301fda7fba22bd (diff)
downloadaur-48dc058fee0bbde3236d7369765f889ff4be4def.tar.gz
Upgrade to 9.1r11.0_b6725
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
-rw-r--r--pulse-secure.install3
3 files changed, 14 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ad1cda1bb7f..f80d41cdd18a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pulse-secure
pkgdesc = Pulse Connect Secure (PCS) Client
- pkgver = 9.1r10.0_b5655
+ pkgver = 9.1r11.0_b6725
pkgrel = 1
url = https://www.pulsesecure.net/
install = pulse-secure.install
@@ -11,12 +11,15 @@ pkgbase = pulse-secure
depends = openssl
depends = curl
depends = dbus
- optdepends = psmisc: for pulsesvc -K
+ depends = libbsd
+ optdepends = psmisc: for pulsesvc -K,
+ optdepends = gtkmm3: for pulseUi,
+ optdepends = webkit2gtk: for pulseUi
conflicts = pulse-connect-secure
source = EULA.txt
md5sums = 261848a28201e5386ec4bf587473a48b
- source_x86_64 = https://vubnet.vub.ac.be/downloads/pulsesecure-9.1-R10.x86_64.rpm
- md5sums_x86_64 = 7b20971904493da9da3de130df00ecc3
+ source_x86_64 = https://www.rz.uni-osnabrueck.de/fileadmin/user_upload/VPN/Software/ps-pulse-linux-9.1r11.0-b6725-64-bit-installer.rpm
+ md5sums_x86_64 = f94e9bc2f08ca8fe26be7cd9fe23aa9f
pkgname = pulse-secure
diff --git a/PKGBUILD b/PKGBUILD
index 66173d43c24b..466bec9dcca8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Chiwan Park <chiwanpark@hotmail.com>
pkgname=pulse-secure
-pkgver=9.1r10.0_b5655
+pkgver=9.1r11.0_b6725
pkgrel=1
pkgdesc='Pulse Connect Secure (PCS) Client'
arch=(x86_64)
license=(custom)
url='https://www.pulsesecure.net/'
-depends=(gcc-libs libgnome-keyring openssl curl dbus)
+depends=(gcc-libs libgnome-keyring openssl curl dbus libbsd)
install=${pkgname}.install
source=(EULA.txt)
-source_x86_64=("https://vubnet.vub.ac.be/downloads/pulsesecure-9.1-R10.x86_64.rpm")
+source_x86_64=("https://www.rz.uni-osnabrueck.de/fileadmin/user_upload/VPN/Software/ps-pulse-linux-9.1r11.0-b6725-64-bit-installer.rpm")
md5sums=('261848a28201e5386ec4bf587473a48b')
-md5sums_x86_64=('7b20971904493da9da3de130df00ecc3')
-optdepends=('psmisc: for pulsesvc -K')
+md5sums_x86_64=('f94e9bc2f08ca8fe26be7cd9fe23aa9f')
+optdepends=('psmisc: for pulsesvc -K', 'gtkmm3: for pulseUi', 'webkit2gtk: for pulseUi')
conflicts=(pulse-connect-secure)
package() {
diff --git a/pulse-secure.install b/pulse-secure.install
index 61faf8fae6e2..33623a3c4dfb 100644
--- a/pulse-secure.install
+++ b/pulse-secure.install
@@ -13,7 +13,8 @@ note() {
post_install() {
note "From 9.1r10.0, the client (pulseUi, pulselauncher) requires a service called pulsesecure."
- note "Run 'sudo systemctl start pulsesecure' before you run the client"
+ note "Run 'sudo systemctl start pulsesecure' before you run the client."
+ note "Run 'sudo systemctl enable pulsesecure' to start the service automatically in boot."
}
post_upgrade() {