summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcylgom2018-04-10 09:59:19 +0200
committercylgom2018-04-10 09:59:19 +0200
commit56121f113a2ec9d55b0606fb398f89c97b0fecf6 (patch)
tree60ec399905fcbdf04b416b1d23c94fd9a98c8e52
parenteffa5e655570f59f53c04eb79c515da83d6b8d33 (diff)
downloadaur-56121f113a2ec9d55b0606fb398f89c97b0fecf6.tar.gz
added icons dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0baab39bae6..800ab320505f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = excalibar-git
license = custom:WTFPL
makedepends = git
depends = libexcalibar-git
+ depends = ttf-material-design-icons
depends = libxcb
depends = cairo
depends = pango
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')