diff --git a/.SRCINFO b/.SRCINFO index 05e414d329dc3..31afd30d0a73b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,34 +1,34 @@ pkgbase = scrt - pkgdesc = Vandyke SecureCRT SSH Client - pkgver = 9.0.1 - pkgrel = 2 - url = http://www.vandyke.com/products/securecrt/ - arch = x86_64 - groups = - license = custom - depends = fontconfig - depends = freetype2 - depends = gcc-libs - depends = glibc - depends = krb5 - depends = libcups - depends = libpng - depends = libx11 - depends = libxcb - depends = libxkbcommon - depends = libxkbcommon-x11 - depends = openssl - depends = qt5-base - depends = qt5-multimedia - depends = xcb-util-image - depends = xcb-util-keysyms - depends = xcb-util-renderutil - depends = xcb-util-wm - depends = zlib - depends = icu66 - options = !strip - options = !emptydirs - source = local://scrt-9.0.1.2451.ubuntu20-64.tar.gz - md5sums = a6dd19747e1993f87b72ea279dd15598 + pkgdesc = Vandyke SecureCRT SSH Client + pkgver = 9.0.2 + pkgrel = 0 + url = http://www.vandyke.com/products/securecrt/ + arch = x86_64 + groups = + license = custom + depends = fontconfig + depends = freetype2 + depends = gcc-libs + depends = glibc + depends = krb5 + depends = libcups + depends = libpng + depends = libx11 + depends = libxcb + depends = libxkbcommon + depends = libxkbcommon-x11 + depends = openssl + depends = qt5-base + depends = qt5-multimedia + depends = xcb-util-image + depends = xcb-util-keysyms + depends = xcb-util-renderutil + depends = xcb-util-wm + depends = zlib + depends = icu66 + options = !strip + options = !emptydirs + source = local://scrt-9.0.2.2496.ubuntu20-64.tar.gz + md5sums = 9bbeb83d872540dedd5f4bd060304935 -pkgname = scrt \ No newline at end of file +pkgname = scrt diff --git a/PKGBUILD b/PKGBUILD index 5ec2a0f7d2ab5..fb012f7112d6d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,9 +6,9 @@ ## Ensure the 'pkgver' and 'incrver' variables are updated below to match your package version pkgname=scrt -pkgver=9.0.1 -incrver=2451 -pkgrel=2 +pkgver=9.0.2 +incrver=2496 +pkgrel=0 pkgdesc="Vandyke SecureCRT SSH Client" arch=('x86_64') url="http://www.vandyke.com/products/securecrt/" @@ -16,11 +16,10 @@ license=('custom') groups=('') depends=('fontconfig' 'freetype2' 'gcc-libs' 'glibc' 'krb5' 'libcups' 'libpng' 'libx11' 'libxcb' 'libxkbcommon' 'libxkbcommon-x11' 'openssl' - 'qt5-base' 'qt5-multimedia' 'xcb-util-image' 'xcb-util-keysyms' 'xcb- - util-renderutil' 'xcb-util-wm' 'zlib' 'icu66') + '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=('a6dd19747e1993f87b72ea279dd15598') +md5sums=('9bbeb83d872540dedd5f4bd060304935') package() { cd "${srcdir}"/${pkgname}-${pkgver}