summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 656a73ada3e7..8dca1eefdb01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = emacs-all-the-icons
makedepends = git
depends = emacs
depends = emacs-memoize
- depends = ttf-font-awesome
+ depends = ttf-font-awesome-4
depends = ttf-material-design-icons
depends = ttf-weather-icons
depends = ttf-octicons
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")