mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Version 9.3.0
This commit is contained in:
parent
83794b3019
commit
2254bdee68
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.3
|
||||
pkgver = 9.3.0
|
||||
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.3.2829.ubuntu20-64.tar.gz
|
||||
md5sums = f139def194bf1aa5f6ebd4f56a13cca0
|
||||
source = local://scrt-9.3.0.2905.ubuntu20-64.tar.gz
|
||||
md5sums = 848c3ec7c0d81e4e49153ebdb40aa44b
|
||||
|
||||
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.3
|
||||
incrver=2829
|
||||
pkgver=9.3.0
|
||||
incrver=2905
|
||||
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=('f139def194bf1aa5f6ebd4f56a13cca0')
|
||||
md5sums=('848c3ec7c0d81e4e49153ebdb40aa44b')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"/${pkgname}-${pkgver}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue