Regressing OpenSSL3 to arch repo

This commit is contained in:
Kazaii 2022-11-05 11:25:14 -04:00
parent 6e1a1489e9
commit 22694733ee
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
pkgbase = scrt
pkgdesc = Vandyke SecureCRT SSH Client
pkgver = 9.3.0
pkgrel = 2
pkgrel = 3
url = http://www.vandyke.com/products/securecrt/
arch = x86_64
license = custom
@ -16,7 +16,7 @@ pkgbase = scrt
depends = libxcb
depends = libxkbcommon
depends = libxkbcommon-x11
depends = openssl-3.0
depends = openssl
depends = qt5-base
depends = qt5-multimedia
depends = xcb-util-image

View file

@ -10,13 +10,13 @@
pkgname=scrt
pkgver=9.3.0
incrver=2905
pkgrel=2
pkgrel=3
pkgdesc="Vandyke SecureCRT SSH Client"
arch=('x86_64')
url="http://www.vandyke.com/products/securecrt/"
license=('custom')
depends=('fontconfig' 'freetype2' 'gcc-libs' 'glibc' 'krb5' 'libcups'
'libpng' 'libx11' 'libxcb' 'libxkbcommon' 'libxkbcommon-x11' 'openssl-3.0'
'libpng' 'libx11' 'libxcb' 'libxkbcommon' 'libxkbcommon-x11' 'openssl'
'qt5-base' 'qt5-multimedia' 'xcb-util-image' 'xcb-util-keysyms' 'xcb-util-renderutil' 'xcb-util-wm' 'zlib' 'icu70')
options=('!strip' '!emptydirs')
source=("local://${pkgname}-${pkgver}.${incrver}.ubuntu22-64.tar.gz")