diff options
author | Evangelos Foutras | 2019-12-30 16:14:12 +0000 |
---|---|---|
committer | Evangelos Foutras | 2019-12-30 16:14:12 +0000 |
commit | fb4ec9fa1d6c8002bdbe3a724042533e159b1e61 (patch) | |
tree | d1e6368268ff7c007b4a856b10c8a2af1c2ca604 | |
parent | d8221887592735997f4c73b62502e5fe3e5a4659 (diff) | |
download | aur-fb4ec9fa1d6c8002bdbe3a724042533e159b1e61.tar.gz |
Replace generic ttf-font dep with ttf-liberation (FS#64945).
This font is also used by Chrome's official .deb/.rpm packages for
viewing PDFs with non-embedded MS fonts (https://crbug.com/369991).
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,14 +5,14 @@ pkgname=chromium pkgver=79.0.3945.88 -pkgrel=1 +pkgrel=2 _launcher_ver=6 pkgdesc="A web browser built for speed, simplicity, and security" arch=('x86_64') url="https://www.chromium.org/Home" license=('BSD') depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt' - 'ttf-font' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib' + 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib' 'desktop-file-utils' 'hicolor-icon-theme') makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git' 'pipewire' 'clang' 'lld' 'gn' 'java-runtime-headless') |