summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDet2017-02-02 15:24:43 +0200
committerDet2017-02-02 15:24:43 +0200
commit0d55fc8045c1d2efd25db3f8a5160d335d29fa55 (patch)
tree48a5163233559e310bfccc55570e7d90f27f2bc3 /PKGBUILD
parent9174f2cc16e507c1972ee5d5a23e51b21490318b (diff)
downloadaur-0d55fc8045c1d2efd25db3f8a5160d335d29fa55.tar.gz
Include ttf-liberation as optdep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58038414ba6b..6711e5a02df4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,8 @@ depends=('alsa-lib' 'gconf' 'gtk2' 'libxss' 'libxtst' 'nss')
optdepends=('kdialog:: needed for file dialogs in KDE'
'gnome-keyring: for storing passwords in GNOME keyring'
'kwallet: for storing passwords in KWallet'
- 'pepper-flash: for Pepper Flash plugin [AUR]')
+ 'pepper-flash: for Pepper Flash plugin [AUR]'
+ 'ttf-liberation: fix fonts for some PDFs')
provides=('chromium')
install=$pkgname.install
_build=$(curl -s "http://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux_x64/LAST_CHANGE")