summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Chen2017-01-18 18:10:22 -0500
committerDaniel Chen2017-01-18 18:10:22 -0500
commit9a2ff29dbb30a70dd90a5887437b5565546994fe (patch)
tree1f1ac196a5b23748f565047058cb3869b3af4070
parent3ce92ff4d9d5b2c090175deb8354a3032c6611f7 (diff)
downloadaur-9a2ff29dbb30a70dd90a5887437b5565546994fe.tar.gz
v2.5.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 920362207a41..08396d1b00e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Nov 24 04:56:48 UTC 2016
+# Wed Jan 18 23:10:09 UTC 2017
pkgbase = rodeo
pkgdesc = A data science IDE for Python
- pkgver = 2.4.10
+ pkgver = 2.5.2
pkgrel = 3
url = https://www.yhat.com/products/rodeo
install = rodeo.install
@@ -10,8 +10,8 @@ pkgbase = rodeo
license = AGPL3
depends = jupyter
depends = gconf
- source_x86_64 = https://github.com/yhat/rodeo/releases/download/v2.4.10/rodeo-2.4.10-amd64.deb
- md5sums_x86_64 = c99fed637b4f755d727fa1568a6d7119
+ source_x86_64 = https://github.com/yhat/rodeo/releases/download/v2.5.2/rodeo-2.5.2-amd64.deb
+ md5sums_x86_64 = e3288e7bae6ff83ec1048fc42cb509e6
pkgname = rodeo
diff --git a/PKGBUILD b/PKGBUILD
index 07f8f7af8859..4292e97ea0ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Brenton Horne <brentonhorne77@gmail.com>
pkgname=rodeo
-pkgver=2.4.10
+pkgver=2.5.2
pkgrel=3
pkgdesc="A data science IDE for Python"
url='https://www.yhat.com/products/rodeo'
@@ -11,7 +11,7 @@ arch=('x86_64')
depends=('jupyter' 'gconf')
license=('AGPL3')
install=rodeo.install
-md5sums_x86_64=('c99fed637b4f755d727fa1568a6d7119')
+md5sums_x86_64=('e3288e7bae6ff83ec1048fc42cb509e6')
# https://github.com/yhat/rodeo/releases/download/v2.4.10/rodeo-2.4.10-amd64.deb
source_x86_64=("https://github.com/yhat/rodeo/releases/download/v$pkgver/rodeo-$pkgver-amd64.deb")