summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-04-13 15:16:31 +0300
committerDimitris Kiziridis2020-04-13 15:16:31 +0300
commit4adcbd27f71ce10d4041a9c6daf168ee1ff991cd (patch)
tree914b2a2db915b304b0ae66df74e68df0351f8252
parentd98535e5d07b3421ab96c1e47c8aae7b93e4c786 (diff)
downloadaur-4adcbd27f71ce10d4041a9c6daf168ee1ff991cd.tar.gz
fix erroneous source
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a5eb54e0cb8..85e9966e474c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = snx
pkgdesc = Check Point SSL Network Extender (VPN Client)
pkgver = 800010003
- pkgrel = 2
+ pkgrel = 3
url = https://supportcenter.checkpoint.com/supportcenter/portal/user/anon/page/default.psml/media-type/html?action=portlets.DCFileAction&eventSubmit_doGetdcdetails=&fileid=22824
install = snx.install
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = snx
depends = lib32-libstdc++5
depends = lib32-libx11
noextract = snx_install.sh
- source = https://vpnportal.aktifbank.com.tr/SNX/INSTALL/snx_install.sh
- md5sums = f54c1b997d6f358a4cf32c6cc34b1a12
+ source = snx_install.sh::http://dl3.checkpoint.com/paid/72/72c2c91791690927da0586ec873430cf/snx_install_linux30.sh?HashKey=1586786837_eb5d56de39c1f5db5e0a4e1b2ca059cd&xtn=.sh
+ md5sums = 72c2c91791690927da0586ec873430cf
pkgname = snx
diff --git a/PKGBUILD b/PKGBUILD
index 5fc19269900d..5fb7307ce859 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=snx
pkgver=800010003
-pkgrel=2
+pkgrel=3
pkgdesc="Check Point SSL Network Extender (VPN Client)"
arch=('x86_64')
url="https://supportcenter.checkpoint.com/supportcenter/portal/user/anon/page/default.psml/media-type/html?action=portlets.DCFileAction&eventSubmit_doGetdcdetails=&fileid=22824"
license=('GPL')
depends=('lib32-pam' 'lib32-libstdc++5' 'lib32-libx11')
install=snx.install
-source=("https://vpnportal.aktifbank.com.tr/SNX/INSTALL/snx_install.sh")
+source=("snx_install.sh::http://dl3.checkpoint.com/paid/72/72c2c91791690927da0586ec873430cf/snx_install_linux30.sh?HashKey=1586786837_eb5d56de39c1f5db5e0a4e1b2ca059cd&xtn=.sh")
noextract=("snx_install.sh")
-md5sums=('f54c1b997d6f358a4cf32c6cc34b1a12')
+md5sums=('72c2c91791690927da0586ec873430cf')
prepare() {
mkdir "$pkgname-$pkgver"