summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Chen2016-10-11 11:45:11 -0400
committerDaniel Chen2016-10-11 11:45:11 -0400
commitb0e187dbc1b4e62441a85a806a0b133f5017272e (patch)
tree8558ba096a4511398d9d52cac5b3536277221a62
parent10ce35942ab6fe4dd815bcb17260079b1db817cc (diff)
downloadaur-b0e187dbc1b4e62441a85a806a0b133f5017272e.tar.gz
v2.4.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a680afd8429..69de29d1138f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Oct 1 20:09:42 UTC 2016
+# Tue Oct 11 15:45:00 UTC 2016
pkgbase = rodeo
pkgdesc = A data science IDE for Python
- pkgver = 2.4.2
+ pkgver = 2.4.3
pkgrel = 1
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.2/rodeo-2.4.2.deb
- md5sums_x86_64 = 136370e9393aa45ac2b5a52d313d4459
+ source_x86_64 = https://github.com/yhat/rodeo/releases/download/v2.4.3/rodeo-2.4.3.deb
+ md5sums_x86_64 = 38aa083fbcdc50a7476b8e903ce17c78
pkgname = rodeo
diff --git a/PKGBUILD b/PKGBUILD
index 6f1ea45835c4..ede5ddb6428e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Brenton Horne <brentonhorne77@gmail.com>
pkgname=rodeo
-pkgver=2.4.2
+pkgver=2.4.3
pkgrel=1
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=('136370e9393aa45ac2b5a52d313d4459')
+md5sums_x86_64=('38aa083fbcdc50a7476b8e903ce17c78')
source_x86_64=("https://github.com/yhat/rodeo/releases/download/v$pkgver/rodeo-$pkgver.deb")
build() {