diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2019-04-23 05:24:55 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2019-04-23 05:24:55 +0000 |
commit | ea086453f4619638b35d6ac0eefc9a341bc120ad (patch) | |
tree | 961cbf2b5a67e29351c9310badad2eecd8afa57a /community/rust | |
parent | 35c4fd0f021249f857f92a2daf3dde95bb2226b3 (diff) | |
download | aports-ea086453f4619638b35d6ac0eefc9a341bc120ad.tar.bz2 aports-ea086453f4619638b35d6ac0eefc9a341bc120ad.tar.xz |
community/rust: rebuild against new libgit2
needs a temp aport of older libgit2
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 7ebf039679..143583d5f9 100644 --- a/community/rust/APKBUILD +++ b/community/rust/APKBUILD @@ -7,7 +7,7 @@ pkgver=1.31.1 # TODO: bump to 6 as soon as we add llvm6 _llvmver=5 _bootver=1.30.0 -pkgrel=1 +pkgrel=2 pkgdesc="The Rust Programming Language" url="http://www.rust-lang.org" arch="x86_64" |