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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ parts:
source-type: git source-type: git
plugin: cmake plugin: cmake
build-packages: [build-essential, libboost-all-dev, libz3-dev] build-packages: [build-essential, libboost-all-dev, libz3-dev]
stage-packages: [libicu55] stage-packages: [libicu60]
prepare: | prepare: |
if git describe --exact-match --tags 2> /dev/null if git describe --exact-match --tags 2> /dev/null
then then