summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Chen2016-11-23 23:44:43 -0500
committerDaniel Chen2016-11-23 23:44:43 -0500
commit0967919d2065827c04527412c936a2d9a83287e9 (patch)
tree34be4639b3bbd388d31383ec1d3b625f7b4e70ec /PKGBUILD
parent08a85b8aeaf9d78c98f509a214039101b2f765eb (diff)
downloadaur-0967919d2065827c04527412c936a2d9a83287e9.tar.gz
fix download link, append -amd64
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a410067a66e..db31d0bf93c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,8 @@ depends=('jupyter' 'gconf')
license=('AGPL3')
install=rodeo.install
md5sums_x86_64=('c99fed637b4f755d727fa1568a6d7119')
-source_x86_64=("https://github.com/yhat/rodeo/releases/download/v$pkgver/rodeo-$pkgver.deb")
+# 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")
build() {
cd "${srcdir}"