summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Chen2017-01-18 18:13:23 -0500
committerDaniel Chen2017-01-18 18:13:23 -0500
commitbff8199d380b99f9e6cbad449742c8fccdea49c9 (patch)
tree2b3c3c8430248c8cdcca26febab40460d33e8b43
parent9a2ff29dbb30a70dd90a5887437b5565546994fe (diff)
downloadaur-bff8199d380b99f9e6cbad449742c8fccdea49c9.tar.gz
fix download link template
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08396d1b00e2..657b87156840 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Jan 18 23:10:09 UTC 2017
+# Wed Jan 18 23:13:10 UTC 2017
pkgbase = rodeo
pkgdesc = A data science IDE for Python
pkgver = 2.5.2
- pkgrel = 3
+ pkgrel = 2
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_2.5.2-amd64.deb
md5sums_x86_64 = e3288e7bae6ff83ec1048fc42cb509e6
pkgname = rodeo
diff --git a/PKGBUILD b/PKGBUILD
index 4292e97ea0ea..fc6912db53be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=rodeo
pkgver=2.5.2
-pkgrel=3
+pkgrel=2
pkgdesc="A data science IDE for Python"
url='https://www.yhat.com/products/rodeo'
arch=('x86_64')
@@ -13,7 +13,9 @@ 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
-source_x86_64=("https://github.com/yhat/rodeo/releases/download/v$pkgver/rodeo-$pkgver-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")
build() {
cd "${srcdir}"