aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-07-13 22:11:19 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-07-13 22:11:33 +0200
commitbbfad5bf072a33960cf81498c65a07592065bec5 (patch)
tree018c6131ec660eca746ad0a394c7bff1fcce5cbb
parent44731ba70802904c73ba65d5233c4d06cb700268 (diff)
downloadyawa-bbfad5bf072a33960cf81498c65a07592065bec5.tar.xz
res/PKGBUILD: Add clang makedependency
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--res/PKGBUILD4
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')