summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc6912db53be..1bcadbf3fd75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=rodeo
pkgver=2.5.2
-pkgrel=2
+pkgrel=3
pkgdesc="A data science IDE for Python"
url='https://www.yhat.com/products/rodeo'
arch=('x86_64')
@@ -12,10 +12,7 @@ depends=('jupyter' 'gconf')
license=('AGPL3')
install=rodeo.install
md5sums_x86_64=('e3288e7bae6ff83ec1048fc42cb509e6')
-# https://github.com/yhat/rodeo/releases/download/v2.4.10/rodeo-2.4.10-amd64.deb
-# https://github.com/yhat/rodeo/releases/download/v2.5.2/rodeo_2.5.2_amd64.deb
-# https://github.com/yhat/rodeo/releases/download/v2.5.2/rodeo-2.5.2-amd64.deb
-source_x86_64=("https://github.com/yhat/rodeo/releases/download/v$pkgver/rodeo_$pkgver-amd64.deb")
+source_x86_64=("https://github.com/yhat/rodeo/releases/download/v$pkgver/rodeo_$pkgver_amd64.deb")
build() {
cd "${srcdir}"