mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/rust to 1.65.0-1.1
This commit is contained in:
parent
08f275e754
commit
50d49c6511
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ pkgbase=rust
|
|||
pkgname=(rust rust-src)
|
||||
epoch=1
|
||||
pkgver=1.65.0
|
||||
pkgrel=1
|
||||
pkgrel=1.1
|
||||
pkgdesc="Systems programming language focused on safety, speed and concurrency"
|
||||
url=https://www.rust-lang.org/
|
||||
arch=(x86_64)
|
||||
|
@ -26,7 +26,7 @@ license=(MIT Apache)
|
|||
options=(!emptydirs !strip !lto)
|
||||
depends=(gcc-libs llvm-libs curl libssh2 gcc)
|
||||
makedepends=(rust llvm libffi perl python cmake musl ninja
|
||||
lld openssl-1.1)
|
||||
lld)
|
||||
checkdepends=(procps-ng gdb)
|
||||
source=(
|
||||
"https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
|
||||
|
|
Loading…
Reference in a new issue