extra/rust to 1.75.0-2

This commit is contained in:
Kevin Mihelich 2024-01-19 00:26:30 +00:00
parent 4026e4d4a6
commit ec3a8a2030
2 changed files with 2 additions and 6 deletions

View file

@ -1,7 +1,7 @@
pkgbase = rust
pkgdesc = Systems programming language focused on safety, speed and concurrency
pkgver = 1.75.0
pkgrel = 1
pkgrel = 2
epoch = 1
url = https://www.rust-lang.org/
arch = x86_64
@ -25,10 +25,8 @@ pkgbase = rust
depends = gcc-libs
depends = libssh2
depends = llvm-libs
options = !debug
options = !emptydirs
options = !lto
options = !strip
source = https://static.rust-lang.org/dist/rustc-1.75.0-src.tar.gz
source = https://static.rust-lang.org/dist/rustc-1.75.0-src.tar.gz.asc
source = 0001-bootstrap-Change-libexec-dir.patch

View file

@ -21,7 +21,7 @@ pkgname=(
)
epoch=1
pkgver=1.75.0
pkgrel=1
pkgrel=2
pkgdesc="Systems programming language focused on safety, speed and concurrency"
url=https://www.rust-lang.org/
arch=(x86_64)
@ -30,10 +30,8 @@ license=(
MIT
)
options=(
!debug
!emptydirs
!lto
!strip
)
depends=(
curl