summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjnanar2018-09-09 11:30:53 +0200
committerjnanar2018-09-09 11:30:53 +0200
commitdf2e0d1b657acccdfd3931818946f5e0b8a6dba7 (patch)
treead7f2de4f2083965b616fdb688a6756a2f3e05c3
parente03bdbf1fc2d4cc0192f4220359f8103f6b60c45 (diff)
downloadaur-df2e0d1b657acccdfd3931818946f5e0b8a6dba7.tar.gz
Fix dependencies problems: sat-media, python2-requests
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8308b3fda6a4..3cb2d074c993 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = sat-cagou-hg
- pkgver = r233.ba8f3a4a5ac7
+ pkgver = r238.7918a5668304
pkgrel = 1
arch = any
license = AGPL3
makedepends = mercurial
+ makedepends = python2-requests
depends = python2
depends = python2-kivy
depends = sat-xmpp-hg
@@ -11,6 +12,7 @@ pkgbase = sat-cagou-hg
depends = sat-tmp-hg
depends = xsel
depends = python2-kivy-garden
+ depends = sat-media-hg
options = !emptydirs
source = hg+https://repos.goffi.org/cagou
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3101704d3e0d..f43191228b12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
#Maintainer: jnanar <info [at] agayon [dot] be>
pkgname=sat-cagou-hg
-pkgver=r233.ba8f3a4a5ac7
+pkgver=r238.7918a5668304
VERSION=0.7
pkgrel=1
pkgdesc=""
arch=(any)
url=""
license=('AGPL3')
-depends=('python2' 'python2-kivy' 'sat-xmpp-hg' 'sat-templates-hg' 'sat-tmp-hg' 'xsel' 'python2-kivy-garden')
-makedepends=('mercurial')
+depends=('python2' 'python2-kivy' 'sat-xmpp-hg' 'sat-templates-hg' 'sat-tmp-hg' 'xsel' 'python2-kivy-garden' 'sat-media-hg')
+makedepends=('mercurial' 'python2-requests')
options=(!emptydirs)
#optdepends=('')
source=('hg+'https://repos.goffi.org/cagou)