summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKazaii2022-11-05 11:25:14 -0400
committerKazaii2022-11-05 11:25:14 -0400
commit22694733ee334ac0b7890572d4941e13d4919643 (patch)
tree2aac7421411fdba2ee1db76d23eca36218b2a3d8 /PKGBUILD
parent6e1a1489e9ceac3dd2d87863144b5ccebfa7ac19 (diff)
downloadaur-22694733ee334ac0b7890572d4941e13d4919643.tar.gz
Regressing OpenSSL3 to arch repo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")