From d41484529a2df48462cd86b3d1337ca5e0e16dd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Wed, 30 Sep 2020 15:48:34 -0300 Subject: [PATCH] sbcl: revbump to apply avx patch to glibc packages The commit with the patch was only applied to the musl build, which couldn't go through without it. However, the patch should be applied to all versions of the package. --- srcpkgs/sbcl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/sbcl/template b/srcpkgs/sbcl/template index 9a978b67c57..010a63425b1 100644 --- a/srcpkgs/sbcl/template +++ b/srcpkgs/sbcl/template @@ -1,7 +1,7 @@ # Template file for 'sbcl' pkgname=sbcl version=2.0.9 -revision=2 +revision=3 archs="i686 x86_64* armv7l aarch64" hostmakedepends="iana-etc" makedepends="zlib-devel"