summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjnanar2017-11-05 18:34:26 +0100
committerjnanar2017-11-05 18:34:26 +0100
commit2a859c90f150fb59aad323ebd376d8cca2771d38 (patch)
tree62eb07c1c34789a6ffb35e3f82ccbc9b64141056
parentab0ac768f2958ea93c53a481618344f697fe89f7 (diff)
downloadaur-2a859c90f150fb59aad323ebd376d8cca2771d38.tar.gz
fix depends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d386e44634d7..ca52c56d8a17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,5 +14,4 @@ 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-wokkel
- depends = sat-xmpp-hg
diff --git a/PKGBUILD b/PKGBUILD
index e91b514db7f5..02ad9da282a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +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-wokkel" "sat-xmpp-hg" )
+ depends=( "python2-wokkel" )
cd "$pkgdir"
install -dm755 "usr/lib/python2.7/site-packages/$_realname"
cd "$srcdir/$_realname/$_realname/"