aboutsummaryrefslogtreecommitdiffstats
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
parent36acb12b61cea1426c53755e302399a73eed1c72 (diff)
downloadpkgbuilds-6a22c25e292f88c3bdd6cf18783ea2d7a04d9efa.tar.xz
yawa-git: add missing deps
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1e1b02..e2259a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
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')