diff options
author | Shiz <hi@shiz.me> | 2017-05-16 03:00:42 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-16 18:11:23 +0200 |
commit | 8cb3112594f10a8cee5b5412c28a846acb63167f (patch) | |
tree | 2617746ab0442462c738ade35ca82369b2ecff6c /community/rust | |
parent | 003a5bc19e8e307f6d3bb130ecb7ac799fa8108c (diff) | |
download | aports-8cb3112594f10a8cee5b5412c28a846acb63167f.tar.bz2 aports-8cb3112594f10a8cee5b5412c28a846acb63167f.tar.xz |
community/rust: rebuild against llvm-libunwind 4.0.0
Diffstat (limited to 'community/rust')
-rw-r--r-- | community/rust/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/rust/APKBUILD b/community/rust/APKBUILD index 9179ab50c1..51eaf0fbf8 100644 --- a/community/rust/APKBUILD +++ b/community/rust/APKBUILD @@ -7,7 +7,7 @@ pkgver=1.17.0 _cargo_gitrev=6b05583d71f982bcad049b9fa094c637c062e751 _llvmver=3.9 _bootver=1.16.0 -pkgrel=1 +pkgrel=2 pkgdesc="The Rust Programming Language (compiler)" url="http://www.rust-lang.org" arch="x86_64" |