From bbfad5bf072a33960cf81498c65a07592065bec5 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 13 Jul 2015 22:11:19 +0200 Subject: res/PKGBUILD: Add clang makedependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- res/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/PKGBUILD b/res/PKGBUILD index 5cb09b3..1c72490 100644 --- a/res/PKGBUILD +++ b/res/PKGBUILD @@ -1,5 +1,5 @@ pkgname=yawa-git -pkgver=0.9.0 +pkgver=0.9.0.r18.g31af564 pkgrel=1 pkgdesc='A tool which allows you to compose wallpapers for X.' @@ -8,7 +8,7 @@ arch=('i686' 'x86_64') license=('GPL2') depends=('imlib2' 'libx11' 'libbsd') -makedepends=('cmake' 'git' 'python-sphinx') +makedepends=('clang' 'cmake' 'git' 'python-sphinx') source=('git+http://git.kyriasis.com/kyrias/yawa') -- cgit v1.2.3-54-g00ecf