mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Fixing md5sum
This commit is contained in:
parent
2cfd4e1678
commit
480b58bfd2
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = scrt
|
||||
pkgdesc = Vandyke SecureCRT SSH Client
|
||||
pkgver = 9.4.3
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://www.vandyke.com/products/securecrt/
|
||||
arch = x86_64
|
||||
license = custom
|
||||
|
|
@ -28,6 +28,6 @@ pkgbase = scrt
|
|||
options = !strip
|
||||
options = !emptydirs
|
||||
source = local://scrt-9.4.3-3219.ubuntu22-64.x86_64.deb
|
||||
md5sums = a4b58fd834046073ad877b487f1da709a
|
||||
md5sums = 4b58fd834046073ad877b487f1da709a
|
||||
|
||||
pkgname = scrt
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -10,7 +10,7 @@
|
|||
pkgname=scrt
|
||||
pkgver=9.4.3
|
||||
incrver=3219
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Vandyke SecureCRT SSH Client"
|
||||
arch=('x86_64')
|
||||
url="http://www.vandyke.com/products/securecrt/"
|
||||
|
|
@ -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' 'icu70')
|
||||
options=('!strip' '!emptydirs')
|
||||
source=("local://${pkgname}-${pkgver}-${incrver}.ubuntu22-64.x86_64.deb")
|
||||
md5sums=('a4b58fd834046073ad877b487f1da709a')
|
||||
md5sums=('4b58fd834046073ad877b487f1da709a')
|
||||
|
||||
package() {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue