diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-06-09 07:51:24 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-06-09 07:51:27 +0200 |
commit | e7bee49e24c08aa76de21f9e14a79abef41e937a (patch) | |
tree | a6d88c28361db0de9abc9a728863ed912aaf319d /libre/cups-filters | |
parent | a7b7e5f0a23dbb4ba243afdabd314c7ea33cd89b (diff) | |
download | abslibre-e7bee49e24c08aa76de21f9e14a79abef41e937a.tar.gz abslibre-e7bee49e24c08aa76de21f9e14a79abef41e937a.tar.bz2 abslibre-e7bee49e24c08aa76de21f9e14a79abef41e937a.zip |
libre: cups-filters: i686: update poppler version
I forgot to do that when bumping the revision in the last
commit. As Poppler 0.88.0 is already in i686 feeds, we
depend on that version.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'libre/cups-filters')
-rw-r--r-- | libre/cups-filters/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/cups-filters/PKGBUILD b/libre/cups-filters/PKGBUILD index 381dd1672..7251c5a21 100644 --- a/libre/cups-filters/PKGBUILD +++ b/libre/cups-filters/PKGBUILD @@ -12,7 +12,7 @@ arch+=('i686' 'armv7h') url="https://wiki.linuxfoundation.org/openprinting/cups-filters" license=('custom') depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 'libcups>=2.2.6-2' 'udev') -depends_i686+=('poppler=0.87.0') +depends_i686+=('poppler=0.88.0') depends_x86_64+=('poppler=0.88.0') depends_armv7h+=('poppler=0.88.0') makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # ttf-dejavu for make check |