aboutsummaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-11-11 03:46:48 +0000
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:44 +0200
commit6a22c25e292f88c3bdd6cf18783ea2d7a04d9efa (patch)
tree3c74807bb125c3469e94389098883a2d76fe459b /PKGBUILD
parent36acb12b61cea1426c53755e302399a73eed1c72 (diff)
downloadpkgbuilds-6a22c25e292f88c3bdd6cf18783ea2d7a04d9efa.tar.xz
yawa-git: add missing deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab5ea40..5cc72be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=yawa-git
-pkgver=0.0.1.r0.g1f4c8ac
+pkgver=0.9.0.r2.g7caa0c2
pkgrel=1
pkgdesc='A tool which allows you to compose wallpapers for X.'
@@ -7,8 +7,8 @@ url='http://git.kyriasis.com/kyrias/yawa/about/'
arch=('i686' 'x86_64')
license=('GPL')
-depends=('imlib2' 'libx11')
-makedepends=('git')
+depends=('imlib2' 'libx11' 'libbsd')
+makedepends=('git' 'python-sphinx')
source=('git+http://git.kyriasis.com/kyrias/yawa')