summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cacd035ca012..5c3a0ce4b17e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index d5bff7b1c7f8..ef35bd9ae43a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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")