From 2a3c435ed1afd72ab4f873aa6d8cfe9ffab91959 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Mon, 16 Dec 2019 14:33:06 -0600 Subject: [PATCH] monolith: fix aarch64 on buildbot Signed-off-by: Nathan Owens --- srcpkgs/monolith/template | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/srcpkgs/monolith/template b/srcpkgs/monolith/template index 3649bbe9634..776adf3d92e 100644 --- a/srcpkgs/monolith/template +++ b/srcpkgs/monolith/template @@ -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 }