summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjnanar2017-11-05 18:24:41 +0100
committerjnanar2017-11-05 18:24:41 +0100
commita50b31d3b89002d9643bfa1b53e13d04c3f15939 (patch)
tree0e703fbe03fa7189e069be81170a440f7d9a33e2
parente51b16c6f6994d672f91b204ea9f75bdad7cb781 (diff)
downloadaur-a50b31d3b89002d9643bfa1b53e13d04c3f15939.tar.gz
Fix dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6728a388bda0..b21a7c377af5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,5 +13,6 @@ pkgbase = sat-tmp-hg
pkgname = sat-tmp-hg
pkgdesc = sat_tmp aims to temporary store files needed by Salut-a-toi (sat). These monkey patchs are not merged upstream yet. For now, only wokkel is impacted.
- depends = python2-jinja
+ depends = python2-wokkel,
+ depends = sat-xmpp-hg
diff --git a/PKGBUILD b/PKGBUILD
index d7360d9612cf..c38256baeee1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,8 +25,7 @@ pkgver() {
package(){
pkgdesc="sat_tmp aims to temporary store files needed by Salut-a-toi (sat). These monkey patchs are not merged upstream yet. For now, only wokkel is impacted."
- depends=('python2-jinja')
-
+ depends=("python2-wokkel", "sat-xmpp-hg")
cd "$pkgdir"
install -dm755 "usr/lib/python2.7/site-packages/$_realname"
cd "$srcdir/$_realname/$_realname/"