diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-11-11 03:46:48 +0000 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:44 +0200 |
commit | 6a22c25e292f88c3bdd6cf18783ea2d7a04d9efa (patch) | |
tree | 3c74807bb125c3469e94389098883a2d76fe459b /PKGBUILD | |
parent | 36acb12b61cea1426c53755e302399a73eed1c72 (diff) | |
download | pkgbuilds-6a22c25e292f88c3bdd6cf18783ea2d7a04d9efa.tar.xz |
yawa-git: add missing deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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') |