From b8b17bb9484f8a8f00572e3c2b7e283a5fa1734d Mon Sep 17 00:00:00 2001 From: Kazaii Date: Sat, 26 Feb 2022 21:30:17 -0500 Subject: [PATCH] fix md5sum --- .SRCINFO | 2 +- PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 2f3bc1f540360..bfa60fce2eae3 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -28,6 +28,6 @@ pkgbase = scrt options = !strip options = !emptydirs source = local://scrt-9.1.1.2638.ubuntu20-64.tar.gz - md5sums = 9F7E5D60E777B22DCB727B1DAD1EFE7D + md5sums = E41778E8D837CA8D3A83F9AE1BDD90A8 pkgname = scrt diff --git a/PKGBUILD b/PKGBUILD index 8892513c75664..35574cd362ad1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer = Kazaii (mark.a.prosser@gmail.com) +# Maintainer = Kazaii (mark@zealnetworks.ca) # 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 @@ -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=('9F7E5D60E777B22DCB727B1DAD1EFE7D') +md5sums=('E41778E8D837CA8D3A83F9AE1BDD90A8') package() { cd "${srcdir}"/${pkgname}-${pkgver}