Update 2015-11-16

This commit is contained in:
Felice Murolo
2015-11-16 20:12:30 +01:00
parent fdbf03bed0
commit 15cf0dfcad
2 changed files with 4 additions and 3 deletions

View File

@ -1,11 +1,12 @@
pkgbase = snx
pkgdesc = Check Point SSL Network Extender (vpn client)
pkgver = 800007097
pkgrel = 1
pkgrel = 2
install = snx.install
arch = x86_64
license = GPL
depends = lib32-pam>=1.2.1
depends = lib32-libstdc++5>=3.3.6
noextract = https://vpnportal.aktifbank.com.tr/SNX/INSTALL/snx_install.sh
source = https://vpnportal.aktifbank.com.tr/SNX/INSTALL/snx_install.sh
md5sums = 82b517242eab2788dceaedb6b8f952cc

View File

@ -1,13 +1,13 @@
# Maintainer: Your Name <youremail@domain.com>
pkgname=snx
pkgver=800007097
pkgrel=1
pkgrel=2
pkgdesc="Check Point SSL Network Extender (vpn client)"
arch=('x86_64')
url=""
license=('GPL')
groups=()
depends=('lib32-pam>=1.2.1')
depends=('lib32-pam>=1.2.1' 'lib32-libstdc++5>=3.3.6')
makedepends=()
optdepends=()
provides=()