monolith: fix aarch64 on buildbot

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
Nathan Owens 2019-12-16 14:33:06 -06:00 committed by Jürgen Buchmüller
parent 349143f0fa
commit 2a3c435ed1

View file

@ -1,7 +1,7 @@
# Template file for 'monolith'
pkgname=monolith
version=2.1.0
revision=1
revision=2
build_style=cargo
hostmakedepends="pkg-config"
makedepends="libressl-devel"
@ -12,11 +12,6 @@ homepage="https://github.com/Y2Z/monolith"
distfiles="https://github.com/Y2Z/monolith/archive/v${version}.tar.gz"
checksum=966dadf31f174dcc21a73110bc432ed05789cef899ec3aaa035d9e5c2b17258a
pre_build() {
cargo update --package openssl-sys --precise 0.9.53
cargo update --package openssl --precise 0.10.22
}
post_install() {
vlicense LICENSE
}