summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsballert2018-07-26 09:02:57 +0200
committersballert2018-07-26 09:02:57 +0200
commit70f7d625a24dd73a4f65fbd9b34e3d6435eeb02b (patch)
tree6f7370b8fdbe802f8fbbc63f2c0085bfd3a6c46c /PKGBUILD
parenta76985f8b01a308507beecbfbf414cebfa257600 (diff)
downloadaur-emacs-all-the-icons.tar.gz
Change dependencies
This package has rendering issues with the current version of ttf-font-awesome. The icons are displayed very large. The ttf-font-awesome-4 package fixes this issue.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b96ed0f28417..65575a1cb56c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A utility package to collect various Icon Fonts and propertize them wit
url="https://github.com/domtronn/all-the-icons.el"
arch=('any')
license=('MIT')
-depends=('emacs' 'emacs-memoize' 'ttf-font-awesome' 'ttf-material-design-icons' 'ttf-weather-icons' 'ttf-octicons' 'ttf-atom-file-icons' 'ttf-all-the-icons')
+depends=('emacs' 'emacs-memoize' 'ttf-font-awesome-4' 'ttf-material-design-icons' 'ttf-weather-icons' 'ttf-octicons' 'ttf-atom-file-icons' 'ttf-all-the-icons')
makedepends=('git')
provides=('emacs-all-the-icons')
source=("$pkgname-$pkgver.tar.gz::https://github.com/domtronn/all-the-icons.el/archive/${pkgver}.tar.gz")