diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-06-11 11:02:26 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-06-11 16:43:01 +0200 |
commit | 8caa1ac001b4bb4f6137239c9516119e3b9206f6 (patch) | |
tree | beb671cc68e37530fbc694d3988ff9d7cf0fa499 /libre/openttd | |
parent | 08de71b1e72e9cd59b43b2cfc607adda36298c5f (diff) | |
download | abslibre-8caa1ac001b4bb4f6137239c9516119e3b9206f6.tar.gz abslibre-8caa1ac001b4bb4f6137239c9516119e3b9206f6.tar.bz2 abslibre-8caa1ac001b4bb4f6137239c9516119e3b9206f6.zip |
libre: icu: enable to provide compatibility for multiple versions
This should enable to have more than one compatibility library
at the same time.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'libre/openttd')
-rw-r--r-- | libre/openttd/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/openttd/PKGBUILD b/libre/openttd/PKGBUILD index 7a0fa3055..81bd933f7 100644 --- a/libre/openttd/PKGBUILD +++ b/libre/openttd/PKGBUILD @@ -7,7 +7,7 @@ # - depends on individual icu libraries to prevent upgrade breakages and # enable Parabola to provide older icu libraries in a separate package to # make transition easier for Parabola contributors. See the comments in -# the icu-parabola PKGBUILD for more details. +# the icu-*-compat PKGBUILDs for more details. pkgname=openttd pkgver=1.9.3 |