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 | |
parent | 36acb12b61cea1426c53755e302399a73eed1c72 (diff) | |
download | pkgbuilds-6a22c25e292f88c3bdd6cf18783ea2d7a04d9efa.tar.xz |
yawa-git: add missing deps
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 5 deletions
@@ -1,16 +1,18 @@ # Generated by makepkg 4.2.1 -# Mon Jun 1 14:54:45 UTC 2015 +# Mon Jun 1 14:54:46 UTC 2015 pkgbase = yawa-git pkgdesc = A tool which allows you to compose wallpapers for X. - pkgver = 0.0.1.r0.g1f4c8ac + pkgver = 0.9.0.r2.g7caa0c2 pkgrel = 1 url = http://git.kyriasis.com/kyrias/yawa/about/ arch = i686 arch = x86_64 license = GPL makedepends = git + makedepends = python-sphinx depends = imlib2 depends = libx11 + depends = libbsd source = git+http://git.kyriasis.com/kyrias/yawa sha1sums = SKIP @@ -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') |