From 8bee4a313ac52f2d90504162c96577ea1d49b5ff Mon Sep 17 00:00:00 2001 From: psykose <alice@ayaya.dev> Date: Mon, 17 Oct 2022 14:56:21 +0200 Subject: [PATCH] main/guile: rebuild against libunistring.so.5 --- main/guile/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/guile/APKBUILD b/main/guile/APKBUILD index 10c8dff12355..9cec589e1d04 100644 --- a/main/guile/APKBUILD +++ b/main/guile/APKBUILD @@ -6,7 +6,7 @@ pkgname=guile pkgver=3.0.8 -pkgrel=2 +pkgrel=3 pkgdesc="portable, embeddable Scheme implementation written in C" url="https://www.gnu.org/software/guile/" arch="all" -- GitLab