summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cf99e2733dc..c0fc863c695f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Jan 18 23:14:36 UTC 2017
+# Wed Jan 18 23:16:58 UTC 2017
pkgbase = rodeo
pkgdesc = A data science IDE for Python
pkgver = 2.5.2
- pkgrel = 3
+ pkgrel = 4
url = https://www.yhat.com/products/rodeo
install = rodeo.install
arch = x86_64
license = AGPL3
depends = jupyter
depends = gconf
- source_x86_64 = https://github.com/yhat/rodeo/releases/download/v2.5.2/rodeo_.deb
+ 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 1bcadbf3fd75..4acccc881d77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=rodeo
pkgver=2.5.2
-pkgrel=3
+pkgrel=4
pkgdesc="A data science IDE for Python"
url='https://www.yhat.com/products/rodeo'
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('jupyter' 'gconf')
license=('AGPL3')
install=rodeo.install
md5sums_x86_64=('e3288e7bae6ff83ec1048fc42cb509e6')
-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}"