mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
fix md5sum
This commit is contained in:
parent
f907a7251d
commit
b8b17bb948
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.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
|
||||
|
|
|
|||
4
PKGBUILD
4
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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue