diff --git a/extra/rust/.SRCINFO b/extra/rust/.SRCINFO index b741f1f21..07cb6ff9e 100644 --- a/extra/rust/.SRCINFO +++ b/extra/rust/.SRCINFO @@ -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 diff --git a/extra/rust/PKGBUILD b/extra/rust/PKGBUILD index adecdda6d..05769ab95 100644 --- a/extra/rust/PKGBUILD +++ b/extra/rust/PKGBUILD @@ -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