mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Set PKGBUILD source as LOCAL
This commit is contained in:
parent
ec575386cb
commit
4f2c86b4e0
2 changed files with 17 additions and 18 deletions
12
.SRCINFO
12
.SRCINFO
|
|
@ -1,19 +1,17 @@
|
|||
pkgbase = scrt
|
||||
pkgdesc = Vandyke SecureCRT SSH Client
|
||||
pkgver = 8.0.0
|
||||
pkgver = 8.7.2
|
||||
pkgrel = 1
|
||||
url = http://www.vandyke.com/products/securecrt/
|
||||
arch = x86_64
|
||||
arch = i686
|
||||
license = custom
|
||||
depends = openssl
|
||||
depends = glibc
|
||||
depends = qt4
|
||||
depends = qt5-base
|
||||
depends = icu63
|
||||
options = !strip
|
||||
source_x86_64 = scrt-8.0.0.1063.ubuntu13-64.tar.gz::file://scrt-8.0.0.1063.ubuntu13-64.tar.gz
|
||||
md5sums_x86_64 = 02942bd378efaead6baa5b29cdbd349a
|
||||
source_i686 = scrt-8.0.0.1063.ubuntu13.tar.gz::file://scrt-8.0.0.1063.ubuntu13.tar.gz
|
||||
md5sums_i686 = 61795836e0f7a2b91d24596f84f1d2fb
|
||||
source = local://scrt-8.7.2.2214.ubuntu19-64.tar.gz
|
||||
md5sums = 55f77c1d82f5ddec4ee08f0a6b973f69
|
||||
|
||||
pkgname = scrt
|
||||
|
||||
|
|
|
|||
23
PKGBUILD
23
PKGBUILD
|
|
@ -1,22 +1,23 @@
|
|||
# Maintainer : Remy van Elst
|
||||
# https://raymii.org
|
||||
# You need to download the files yourself from the VanDyke website and place them in the folder.
|
||||
# Maintainer = Caleb Yates (caldog20@gmail.com)
|
||||
# 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
|
||||
|
||||
## To install this package, you need to download the SecureCRT for Linux package in tar.gz format and place it in the same directory as the PKGBUILD
|
||||
|
||||
## Ensure the 'pkgver' and 'incrver' variables are updated below to match your package version
|
||||
|
||||
pkgname=scrt
|
||||
pkgver=8.0.0
|
||||
incrver=1063
|
||||
pkgver=8.7.2
|
||||
incrver=2214
|
||||
pkgrel=1
|
||||
pkgdesc="Vandyke SecureCRT SSH Client"
|
||||
arch=('x86_64' 'i686')
|
||||
arch=('x86_64')
|
||||
url="http://www.vandyke.com/products/securecrt/"
|
||||
license=('custom')
|
||||
|
||||
depends=('openssl' 'glibc' 'qt4')
|
||||
depends=('openssl' 'glibc' 'qt5-base' 'icu63')
|
||||
|
||||
source_x86_64=("${pkgname}-${pkgver}.${incrver}.ubuntu13-64.tar.gz::file://${pkgname}-${pkgver}.${incrver}.ubuntu13-64.tar.gz")
|
||||
md5sums_x86_64=('02942bd378efaead6baa5b29cdbd349a')
|
||||
source_i686=("${pkgname}-${pkgver}.${incrver}.ubuntu13.tar.gz::file://${pkgname}-${pkgver}.${incrver}.ubuntu13.tar.gz")
|
||||
md5sums_i686=('61795836e0f7a2b91d24596f84f1d2fb')
|
||||
source=("local://${pkgname}-${pkgver}.${incrver}.ubuntu19-64.tar.gz")
|
||||
md5sums=('55f77c1d82f5ddec4ee08f0a6b973f69')
|
||||
options=('!strip')
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue