diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-14 14:21:03 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-14 14:21:03 +0000 |
commit | 2eb2bd0c1055b7f354607217d0ea5fd832127b43 (patch) | |
tree | c485792d709aa33f2feecddc828388d132c03559 /community/libreoffice | |
parent | c1dd33e51c4b38211d90bb8acff1ce9dc2a0fcb8 (diff) | |
download | aports-2eb2bd0c1055b7f354607217d0ea5fd832127b43.tar.bz2 aports-2eb2bd0c1055b7f354607217d0ea5fd832127b43.tar.xz |
community/libreoffice: rebuild against new libpoppler version
On some arches, libreoffice-draw is still built against
libpoppler.so.67, while the repo already contains libpoppler.so.82,
which prevents libreoffice from being installed.
Fixes #10238
Diffstat (limited to 'community/libreoffice')
-rw-r--r-- | community/libreoffice/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libreoffice/APKBUILD b/community/libreoffice/APKBUILD index ce5ef59e8f..bf6211765f 100644 --- a/community/libreoffice/APKBUILD +++ b/community/libreoffice/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=libreoffice pkgver=6.2.3.1 -pkgrel=1 +pkgrel=2 pkgdesc="LibreOffice - Meta package for the full office suite" url="https://www.libreoffice.org/" arch="all !s390x" |