mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updating to 9.0.2
This commit is contained in:
parent
e676769c1f
commit
8913342d53
2 changed files with 37 additions and 38 deletions
64
.SRCINFO
64
.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
|
||||
pkgname = scrt
|
||||
|
|
|
|||
11
PKGBUILD
11
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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue