mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Version 9.6.3
This commit is contained in:
parent
77381c481b
commit
421b33b6a6
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = scrt
|
||||
pkgdesc = Vandyke SecureCRT SSH Client
|
||||
pkgver = 9.6.2
|
||||
pkgver = 9.6.3
|
||||
pkgrel = 0
|
||||
url = http://www.vandyke.com/products/securecrt/
|
||||
arch = x86_64
|
||||
|
|
@ -27,7 +27,7 @@ pkgbase = scrt
|
|||
depends = icu74
|
||||
options = !strip
|
||||
options = !emptydirs
|
||||
source = local://scrt-9.6.2-3540.ubuntu24-64.x86_64.deb
|
||||
md5sums = a8c3ef7f58a98afed630934c9d8d69ca
|
||||
source = local://scrt-9.6.3-3599.ubuntu24-64.x86_64.deb
|
||||
md5sums = 943030fc9030e6a669ee6d5e5efa21b4
|
||||
|
||||
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.6.2
|
||||
incrver=3540
|
||||
pkgver=9.6.3
|
||||
incrver=3599
|
||||
pkgrel=0
|
||||
pkgdesc="Vandyke SecureCRT SSH Client"
|
||||
arch=('x86_64')
|
||||
|
|
@ -20,7 +20,7 @@ depends=('fontconfig' 'freetype2' 'gcc-libs' 'glibc' 'krb5' 'libcups'
|
|||
'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}.ubuntu24-64.x86_64.deb")
|
||||
md5sums=('a8c3ef7f58a98afed630934c9d8d69ca')
|
||||
md5sums=('943030fc9030e6a669ee6d5e5efa21b4')
|
||||
|
||||
package() {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue