Fix cargo dependency version constraint for ffsend-git AUR package
This commit is contained in:
parent
4cb9e4813f
commit
6e6e2aee3a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ source=("ffsend-v$pkgver.tar.gz::$url/-/archive/v$pkgver/ffsend-v$pkgver.tar.gz"
|
|||
sha256sums=('SKIP')
|
||||
arch=('x86_64' 'i686')
|
||||
depends=('ca-certificates')
|
||||
makedepends=('openssl>=1.0' 'rust>=1.32' 'cargo>=1.32' 'cmake')
|
||||
makedepends=('openssl>=1.0' 'rust>=1.32' 'cargo' 'cmake')
|
||||
optdepends=('xclip: clipboard support')
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue