mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Regressing OpenSSL3 to arch repo
This commit is contained in:
parent
6e1a1489e9
commit
22694733ee
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.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
|
||||
|
|
|
|||
4
PKGBUILD
4
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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue