summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcylgom2018-04-10 09:59:19 +0200
committercylgom2018-04-10 09:59:19 +0200
commit56121f113a2ec9d55b0606fb398f89c97b0fecf6 (patch)
tree60ec399905fcbdf04b416b1d23c94fd9a98c8e52 /PKGBUILD
parenteffa5e655570f59f53c04eb79c515da83d6b8d33 (diff)
downloadaur-56121f113a2ec9d55b0606fb398f89c97b0fecf6.tar.gz
added icons dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c7d5ae7a3c66..2dc02b791bac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('i686' 'x86_64')
url="https://github.com/cylgom/excalibar"
license=('custom:WTFPL')
makedepends=('git')
-depends=('libexcalibar-git' 'libxcb' 'cairo' 'pango')
+depends=('libexcalibar-git' 'ttf-material-design-icons' 'libxcb' 'cairo' 'pango')
source=('git+https://github.com/cylgom/excalibar.git'
'git+https://github.com/benhoyt/inih.git')
md5sums=('SKIP' 'SKIP')