summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjnanar2018-09-09 11:30:53 +0200
committerjnanar2018-09-09 11:30:53 +0200
commitdf2e0d1b657acccdfd3931818946f5e0b8a6dba7 (patch)
treead7f2de4f2083965b616fdb688a6756a2f3e05c3 /PKGBUILD
parente03bdbf1fc2d4cc0192f4220359f8103f6b60c45 (diff)
downloadaur-df2e0d1b657acccdfd3931818946f5e0b8a6dba7.tar.gz
Fix dependencies problems: sat-media, python2-requests
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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)