mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Version 9.6.0 full push
This commit is contained in:
parent
4017b907b9
commit
ed7e2401d0
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = scrt
|
||||
pkgdesc = Vandyke SecureCRT SSH Client
|
||||
pkgver = 9.5.2
|
||||
pkgver = 9.6.0
|
||||
pkgrel = 0
|
||||
url = http://www.vandyke.com/products/securecrt/
|
||||
arch = x86_64
|
||||
|
|
@ -17,17 +17,17 @@ pkgbase = scrt
|
|||
depends = libxkbcommon
|
||||
depends = libxkbcommon-x11
|
||||
depends = openssl
|
||||
depends = qt5-base
|
||||
depends = qt5-multimedia
|
||||
depends = qt6-base
|
||||
depends = qt6-multimedia
|
||||
depends = xcb-util-image
|
||||
depends = xcb-util-keysyms
|
||||
depends = xcb-util-renderutil
|
||||
depends = xcb-util-wm
|
||||
depends = zlib
|
||||
depends = icu70
|
||||
depends = icu74
|
||||
options = !strip
|
||||
options = !emptydirs
|
||||
source = local://scrt-9.5.2-3325.ubuntu22-64.x86_64.deb
|
||||
source = local://scrt-9.6.0-3472.ubuntu22-64.x86_64.deb
|
||||
md5sums = 7e8bb57766987dc2c08572d218233cca
|
||||
|
||||
pkgname = scrt
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -8,8 +8,8 @@
|
|||
## Ensure the 'pkgver' and 'incrver' variables are updated below to match your package version
|
||||
|
||||
pkgname=scrt
|
||||
pkgver=9.5.2
|
||||
incrver=3325
|
||||
pkgver=9.6.0
|
||||
incrver=3472
|
||||
pkgrel=0
|
||||
pkgdesc="Vandyke SecureCRT SSH Client"
|
||||
arch=('x86_64')
|
||||
|
|
@ -17,7 +17,7 @@ url="http://www.vandyke.com/products/securecrt/"
|
|||
license=('custom')
|
||||
depends=('fontconfig' 'freetype2' 'gcc-libs' 'glibc' 'krb5' 'libcups'
|
||||
'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')
|
||||
'qt6-base' 'qt6-multimedia' 'xcb-util-image' 'xcb-util-keysyms' 'xcb-util-renderutil' 'xcb-util-wm' 'zlib' 'icu74')
|
||||
options=('!strip' '!emptydirs')
|
||||
source=("local://${pkgname}-${pkgver}-${incrver}.ubuntu22-64.x86_64.deb")
|
||||
md5sums=('7e8bb57766987dc2c08572d218233cca')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue