Update package manifests
This commit is contained in:
parent
b18265ab74
commit
adc20d1357
6 changed files with 6 additions and 9 deletions
|
@ -1,13 +1,13 @@
|
|||
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
|
||||
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
|
||||
pkgname=ffsend
|
||||
pkgver=0.2.51
|
||||
pkgver=0.2.62
|
||||
pkgrel=0
|
||||
pkgdesc=" A fully featured Firefox Send client"
|
||||
url="https://gitlab.com/timvisee/ffsend"
|
||||
arch="x86_64 x86 armhf armv7 aarch64 ppc64le" # limited by cargo
|
||||
license="GPL-3.0-only"
|
||||
makedepends="cargo openssl-dev"
|
||||
makedepends="cargo"
|
||||
subpackages="
|
||||
$pkgname-zsh-completion:zshcomp:noarch
|
||||
$pkgname-fish-completion:fishcomp:noarch
|
||||
|
|
|
@ -16,7 +16,7 @@ arch=('x86_64' 'i686')
|
|||
provides=('ffsend')
|
||||
conflicts=('ffsend')
|
||||
depends=('ca-certificates')
|
||||
makedepends=('openssl>=1.0' 'rust>=1.32' 'cargo' 'cmake')
|
||||
makedepends=('rust>=1.39' 'cargo' 'cmake')
|
||||
optdepends=('xclip: clipboard support'
|
||||
'bash-completion: support auto completion for bash')
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ sha256sums=('SKIP') # automatically set in CI, see: /.gitlab-ci.yml
|
|||
arch=('x86_64' 'i686')
|
||||
provides=('ffsend')
|
||||
depends=('ca-certificates')
|
||||
makedepends=('openssl>=1.0' 'rust>=1.32' 'cargo' 'cmake')
|
||||
makedepends=('rust>=1.39' 'cargo' 'cmake')
|
||||
optdepends=('xclip: clipboard support'
|
||||
'bash-completion: support auto completion for bash')
|
||||
|
||||
|
|
|
@ -50,9 +50,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
|
|||
<!-- =============================== -->
|
||||
|
||||
<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
|
||||
<dependencies>
|
||||
<dependency id="openssl.light" version="" />
|
||||
</dependencies>
|
||||
<dependencies></dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<!-- this section controls what actually gets packaged into the Chocolatey package -->
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
"hash": "297f1405bacdc34948cd94ba785336c48e1ac862984268d66a8928abd3e322e1"
|
||||
}
|
||||
},
|
||||
"depends": "openssl",
|
||||
"bin": "ffsend.exe",
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
|
|
|
@ -32,4 +32,4 @@ parts:
|
|||
plugin: rust
|
||||
build-attributes: [no-system-libraries]
|
||||
build-packages: [make, cmake, pkg-config, libssl-dev]
|
||||
stage-packages: [libssl1.0.0, xclip]
|
||||
stage-packages: [xclip]
|
||||
|
|
Loading…
Reference in a new issue