mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Version 9.1.0
This commit is contained in:
parent
d447af8d86
commit
44a73ab6d7
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.0.2
|
||||
pkgver = 9.1.0
|
||||
pkgrel = 0
|
||||
url = http://www.vandyke.com/products/securecrt/
|
||||
arch = x86_64
|
||||
|
|
@ -28,7 +28,7 @@ pkgbase = scrt
|
|||
depends = icu66
|
||||
options = !strip
|
||||
options = !emptydirs
|
||||
source = local://scrt-9.0.2.2496.ubuntu20-64.tar.gz
|
||||
md5sums = 9bbeb83d872540dedd5f4bd060304935
|
||||
source = local://scrt-9.1.0.2579.ubuntu20-64.tar.gz
|
||||
md5sums = 5D84645E8B7A586CC08BD31A338E0F41
|
||||
|
||||
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.0.2
|
||||
incrver=2496
|
||||
pkgver=9.1.0
|
||||
incrver=2579
|
||||
pkgrel=0
|
||||
pkgdesc="Vandyke SecureCRT SSH Client"
|
||||
arch=('x86_64')
|
||||
|
|
@ -21,7 +21,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=('9bbeb83d872540dedd5f4bd060304935')
|
||||
md5sums=('5D84645E8B7A586CC08BD31A338E0F41')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"/${pkgname}-${pkgver}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue