summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Tran2016-03-31 17:16:58 +1100
committerVictor Tran2016-03-31 17:16:58 +1100
commit9a3fd484ad60448e6f4c32b906cd808d5e6e45e8 (patch)
tree29685712a2e8429cff99975c384c27d41f688bc1
parentdbf1a1d6fcb36a90d6222fa3ea50b572bc62654e (diff)
downloadaur-9a3fd484ad60448e6f4c32b906cd808d5e6e45e8.tar.gz
Fix clang depencency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eda026cfa828..55304fde915b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = theshell
license = GPL2
makedepends = qtchooser
makedepends = git
+ makedepends = clang
depends = kwidgetsaddons
depends = xdg-utils
depends = wmctrl
diff --git a/PKGBUILD b/PKGBUILD
index e7843178b2c6..d53f8dfd263b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('GPL2')
depends=('kwidgetsaddons' 'xdg-utils' 'wmctrl' 'kwin' 'networkmanager')
optdepends=('pocketsphinx: for theWave'
'festival: for theWave')
-makedepends=('qtchooser' 'git')
+makedepends=('qtchooser' 'git' 'clang')
source=("$pkgname-$pkgver"::'git+https://github.com/vicr123/theshell#branch=master')
md5sums=('SKIP')