summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxgdgsc2016-03-02 19:18:07 +0800
committerxgdgsc2016-03-02 19:18:07 +0800
commit1e1421c3f5a475cd9aac311b4bb66410efeede3a (patch)
tree83ad3b1ea962f621e1753e60c99957d7063e5609
parent1a291a5f91a24b7de0767b89edc60275e89e3a8b (diff)
downloadaur-1e1421c3f5a475cd9aac311b4bb66410efeede3a.tar.gz
add dep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eadce6cfa5fd..0c68f7ee0bae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
# Generated by mksrcinfo v8
-# Sat Feb 20 12:09:23 UTC 2016
+# Wed Mar 2 11:18:03 UTC 2016
pkgbase = rodeo
pkgdesc = A data science IDE for Python
pkgver = 1.3.0
pkgrel = 1
url = https://www.yhat.com/products/rodeo
install = rodeo.install
+ arch = i686
arch = x86_64
license = AGPL3
depends = jupyter
+ depends = gconf
source = http://rodeo-releases.s3.amazonaws.com/1.3.0/Rodeo-v1.3.0-linux_64.zip
source = rodeo.install
source = logo.svg
diff --git a/PKGBUILD b/PKGBUILD
index b2ff026e1ffc..1e22249a9a54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="A data science IDE for Python"
url='https://www.yhat.com/products/rodeo'
arch=('i686' 'x86_64')
-depends=(jupyter)
+depends=('jupyter' 'gconf')
license=('AGPL3')
install=rodeo.install
md5sums=('' '44c54032370c2a7cbc6667af6d19acf7' 'fcde8ac17c65d3c1bf26f56ee77996a2' 'ce16520cba47175b5fd525148bca9bb7')