snap: update libicu to bionic

Required to build the snap in bionic, as explained in #5889.
This commit is contained in:
Leo Arias
2019-01-28 11:18:47 -06:00
committed by GitHub
parent e8d918c4ee
commit 0757b46f5d
+1 -1
View File
@@ -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