From 0757b46f5decf23193160ca6d902e623d580da35 Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Mon, 28 Jan 2019 11:18:47 -0600 Subject: [PATCH] snap: update libicu to bionic Required to build the snap in bionic, as explained in #5889. --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index ea0f2ef51..b2decd2fa 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -27,7 +27,7 @@ parts: source-type: git plugin: cmake build-packages: [build-essential, libboost-all-dev, libz3-dev] - stage-packages: [libicu55] + stage-packages: [libicu60] prepare: | if git describe --exact-match --tags 2> /dev/null then