summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Chen2016-08-09 17:40:12 -0400
committerDaniel Chen2016-08-09 17:40:12 -0400
commit800a31c3e1a540ae01916c24ec018ed3796ef8bd (patch)
tree65cf406ad82ab89ee30f276240bdd48d7cc0a288
parent4d402a167a744f81522a83f5599f004b6173215b (diff)
downloadaur-800a31c3e1a540ae01916c24ec018ed3796ef8bd.tar.gz
fix download link
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c30c1560afb5..ef0fe0e73b59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Tue Aug 9 21:26:51 UTC 2016
+# Tue Aug 9 21:40:03 UTC 2016
pkgbase = rodeo
pkgdesc = A data science IDE for Python
pkgver = 2.1.0
- pkgrel = 1
+ 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.1.0/rodeo-2.1.0-amd64.deb
+ source_x86_64 = https://github.com/yhat/rodeo/releases/download/v2.1.0/rodeo-2.1.0.deb
md5sums_x86_64 = fc43f21c3b3cc971cdffb242761c1b29
pkgname = rodeo
diff --git a/PKGBUILD b/PKGBUILD
index 372e176337f2..1e86199458be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=rodeo
pkgver=2.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A data science IDE for Python"
url='https://www.yhat.com/products/rodeo'
arch=('x86_64')
@@ -11,7 +11,8 @@ license=('AGPL3')
install=rodeo.install
md5sums_x86_64=('fc43f21c3b3cc971cdffb242761c1b29')
-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.deb")
+# source_x86_64=("https://github.com/yhat/rodeo/releases/download/v$pkgver/rodeo-$pkgver-amd64.deb")
# source_i686=("https://github.com/yhat/rodeo/releases/download/v$pkgver/rodeo-$pkgver-ia32.deb")
build() {