mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Version 9.1.2
This commit is contained in:
parent
703b5174df
commit
287617816e
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.2.0
|
||||
pkgver = 9.2.1
|
||||
pkgrel = 0
|
||||
url = http://www.vandyke.com/products/securecrt/
|
||||
arch = x86_64
|
||||
|
|
@ -27,7 +27,7 @@ pkgbase = scrt
|
|||
depends = icu66
|
||||
options = !strip
|
||||
options = !emptydirs
|
||||
source = local://scrt-9.2.0.2755.ubuntu20-64.tar.gz
|
||||
md5sums = EC5B942D9D9B7E04E7B54A410E506DC0
|
||||
source = local://scrt-9.2.1.2768.ubuntu20-64.tar.gz
|
||||
md5sums = 79d0b903a46a388d31925ebcb3ac3102
|
||||
|
||||
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.2.0
|
||||
incrver=2755
|
||||
pkgver=9.2.1
|
||||
incrver=2768
|
||||
pkgrel=0
|
||||
pkgdesc="Vandyke SecureCRT SSH Client"
|
||||
arch=('x86_64')
|
||||
|
|
@ -20,7 +20,7 @@ depends=('fontconfig' 'freetype2' 'gcc-libs' 'glibc' 'krb5' 'libcups'
|
|||
'qt5-base' 'qt5-multimedia' 'xcb-util-image' 'xcb-util-keysyms' 'xcb-util-renderutil' 'xcb-util-wm' 'zlib' 'icu66')
|
||||
options=('!strip' '!emptydirs')
|
||||
source=("local://${pkgname}-${pkgver}.${incrver}.ubuntu20-64.tar.gz")
|
||||
md5sums=('EC5B942D9D9B7E04E7B54A410E506DC0')
|
||||
md5sums=('79d0b903a46a388d31925ebcb3ac3102')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"/${pkgname}-${pkgver}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue