diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-11-11 04:37:57 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-11-11 04:45:48 +0100 |
commit | 3d50d292924de64966b657f91f50fa985b124a3a (patch) | |
tree | 903beb849486627cd6f805865395d23e044a8f92 /res | |
parent | 8f382479c36d523391856fb8da0e2425b7be5b56 (diff) | |
download | yawa-3d50d292924de64966b657f91f50fa985b124a3a.tar.xz |
PKGBUILD: add missing sphinx and libssd deps
Diffstat (limited to 'res')
-rw-r--r-- | res/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/PKGBUILD b/res/PKGBUILD index 89563b6..2d38337 100644 --- a/res/PKGBUILD +++ b/res/PKGBUILD @@ -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') |