summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxgdgsc2016-06-20 09:55:34 +0800
committerxgdgsc2016-06-20 09:55:34 +0800
commit50a75de04b4368af1fe8ec46efb22f35e3bfb381 (patch)
treeec71a7baea5cd9601dae0eaf6e21a04738ff3563
parent86293d957d7b5b46c77aa9e490b3cfb7bad2dbdb (diff)
downloadaur-50a75de04b4368af1fe8ec46efb22f35e3bfb381.tar.gz
upg
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00fa1e113bd5..785aa72ea4ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,17 @@
# Generated by mksrcinfo v8
-# Wed Jun 15 16:09:42 UTC 2016
+# Mon Jun 20 01:55:29 UTC 2016
pkgbase = rodeo
pkgdesc = A data science IDE for Python
- pkgver = 2.0.0
+ pkgver = 2.0.2
pkgrel = 1
url = https://www.yhat.com/products/rodeo
install = rodeo.install
- arch = i686
arch = x86_64
license = AGPL3
depends = jupyter
depends = gconf
- source_i686 = https://github.com/yhat/rodeo/releases/download/v2.0.0/rodeo-2.0.0-ia32.deb
- md5sums_i686 = fe1dafa365c75053d8066cb3aebc25a3
- source_x86_64 = https://github.com/yhat/rodeo/releases/download/v2.0.0/rodeo-2.0.0-amd64.deb
- md5sums_x86_64 = 2b21221b71eb1e8723cd67680fa5c820
+ source_x86_64 = https://github.com/yhat/rodeo/releases/download/v2.0.2/rodeo-2.0.2-amd64.deb
+ md5sums_x86_64 = 593e6fad1fecb429e66f28709a105809
pkgname = rodeo
diff --git a/PKGBUILD b/PKGBUILD
index 0bb657e3cfca..928da0b74295 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,18 @@
#Maintainer:xgdgsc<xgdgsc@gmail.com>
pkgname=rodeo
-pkgver=2.0.0
+pkgver=2.0.2
pkgrel=1
pkgdesc="A data science IDE for Python"
url='https://www.yhat.com/products/rodeo'
-arch=('i686' 'x86_64')
+arch=('x86_64')
depends=('jupyter' 'gconf')
license=('AGPL3')
install=rodeo.install
-md5sums_i686=('fe1dafa365c75053d8066cb3aebc25a3')
-md5sums_x86_64=('2b21221b71eb1e8723cd67680fa5c820')
+md5sums_x86_64=('593e6fad1fecb429e66f28709a105809')
source_x86_64=("https://github.com/yhat/rodeo/releases/download/v$pkgver/rodeo-$pkgver-amd64.deb")
-source_i686=("https://github.com/yhat/rodeo/releases/download/v$pkgver/rodeo-$pkgver-ia32.deb")
+# source_i686=("https://github.com/yhat/rodeo/releases/download/v$pkgver/rodeo-$pkgver-ia32.deb")
build() {
cd "${srcdir}"