diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-07-13 22:11:19 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-07-13 22:11:33 +0200 |
commit | bbfad5bf072a33960cf81498c65a07592065bec5 (patch) | |
tree | 018c6131ec660eca746ad0a394c7bff1fcce5cbb /res/PKGBUILD | |
parent | 44731ba70802904c73ba65d5233c4d06cb700268 (diff) | |
download | yawa-bbfad5bf072a33960cf81498c65a07592065bec5.tar.xz |
res/PKGBUILD: Add clang makedependency
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'res/PKGBUILD')
-rw-r--r-- | res/PKGBUILD | 4 |
1 files 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') |