summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Chen2017-01-18 18:14:53 -0500
committerDaniel Chen2017-01-18 18:14:53 -0500
commit85593def32a216b539363d900a5088ddd0bbcb49 (patch)
treea174901ae3bdff5241590531674183389a7a60e0
parentbff8199d380b99f9e6cbad449742c8fccdea49c9 (diff)
downloadaur-85593def32a216b539363d900a5088ddd0bbcb49.tar.gz
missed an underscore in the url template
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 657b87156840..8cf99e2733dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Jan 18 23:13:10 UTC 2017
+# Wed Jan 18 23:14:36 UTC 2017
pkgbase = rodeo
pkgdesc = A data science IDE for Python
pkgver = 2.5.2
- pkgrel = 2
+ pkgrel = 3
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_2.5.2-amd64.deb
+ source_x86_64 = https://github.com/yhat/rodeo/releases/download/v2.5.2/rodeo_.deb
md5sums_x86_64 = e3288e7bae6ff83ec1048fc42cb509e6
pkgname = rodeo
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}"