summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazaii2021-11-26 22:01:46 -0500
committerKazaii2021-11-26 22:01:46 -0500
commitf907a7251d886574ae95ee9d76cc1d82f0735a76 (patch)
tree4cc1140c83c1badbe3e2113f0ce4b9a1ed085581
parent05b67636ccc6ca855c46d403ff2c1b5117a235e7 (diff)
downloadaur-f907a7251d886574ae95ee9d76cc1d82f0735a76.tar.gz
Version 9.1.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 819886edf2ba..2f3bc1f54036 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = scrt
pkgdesc = Vandyke SecureCRT SSH Client
- pkgver = 9.1.0
+ pkgver = 9.1.1
pkgrel = 0
url = http://www.vandyke.com/products/securecrt/
arch = x86_64
- groups =
license = custom
depends = fontconfig
depends = freetype2
@@ -28,7 +27,7 @@ pkgbase = scrt
depends = icu66
options = !strip
options = !emptydirs
- source = local://scrt-9.1.0.2579.ubuntu20-64.tar.gz
- md5sums = 5D84645E8B7A586CC08BD31A338E0F41
+ source = local://scrt-9.1.1.2638.ubuntu20-64.tar.gz
+ md5sums = 9F7E5D60E777B22DCB727B1DAD1EFE7D
pkgname = scrt
diff --git a/PKGBUILD b/PKGBUILD
index f3dfecaf624a..8892513c7566 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
# Maintainer = Kazaii (mark.a.prosser@gmail.com)
-# Maintainer = Caleb Yates (caldog20@gmail.com)
+# Contributor = Caleb Yates (caldog20@gmail.com)
# Contributor = Raymii
# SecureCRT software is owned and copyrighted by Vandyke Inc. The software is free to download for eval and requires a separately purchased license for full features and support
@@ -8,8 +8,8 @@
## Ensure the 'pkgver' and 'incrver' variables are updated below to match your package version
pkgname=scrt
-pkgver=9.1.0
-incrver=2579
+pkgver=9.1.1
+incrver=2638
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=('5D84645E8B7A586CC08BD31A338E0F41')
+md5sums=('9F7E5D60E777B22DCB727B1DAD1EFE7D')
package() {
cd "${srcdir}"/${pkgname}-${pkgver}