mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/rust to 1.29.0-2
This commit is contained in:
parent
df804d59ba
commit
0e0ea7e490
1 changed files with 6 additions and 3 deletions
|
@ -15,7 +15,7 @@ highmem=1
|
|||
pkgname=('rust' 'rust-docs')
|
||||
epoch=1
|
||||
pkgver=1.29.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
|
||||
pkgdesc='Systems programming language focused on safety, speed and concurrency'
|
||||
url='https://www.rust-lang.org/'
|
||||
|
@ -27,16 +27,19 @@ makedepends=('rust' 'libffi' 'perl' 'python2' 'curl' 'cmake' 'ninja')
|
|||
options=('!emptydirs')
|
||||
|
||||
source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
|
||||
config.toml)
|
||||
config.toml
|
||||
https://github.com/rust-lang/rust/commit/1b94b84ad0143ea2039610e3aec9e929a8a20733.patch)
|
||||
|
||||
sha256sums=('a4eb34ffd47f76afe2abd813f398512d5a19ef00989d37306217c9c9ec2f61e9'
|
||||
'SKIP'
|
||||
'ff4890bd733509b0dbb885d69afd578c41fc583af256dcc81e9239339c60b144')
|
||||
'ff4890bd733509b0dbb885d69afd578c41fc583af256dcc81e9239339c60b144'
|
||||
'8c8e79b0bac0dd1434c49f665abfa50634ffb0fbb35c9efee511e5b97960b9e2')
|
||||
validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag and Release Signing Key) <rust-key@rust-lang.org>
|
||||
|
||||
prepare() {
|
||||
cd "rustc-$pkgver-src"
|
||||
|
||||
patch -p1 <"$srcdir"/1b94b84ad0143ea2039610e3aec9e929a8a20733.patch
|
||||
cp "$srcdir"/config.toml config.toml
|
||||
|
||||
if [[ $CARCH == armv7h ]]; then
|
||||
|
|
Loading…
Reference in a new issue