diff options
author | Daniel Chen | 2016-11-23 23:44:43 -0500 |
---|---|---|
committer | Daniel Chen | 2016-11-23 23:44:43 -0500 |
commit | 0967919d2065827c04527412c936a2d9a83287e9 (patch) | |
tree | 34be4639b3bbd388d31383ec1d3b625f7b4e70ec /PKGBUILD | |
parent | 08a85b8aeaf9d78c98f509a214039101b2f765eb (diff) | |
download | aur-0967919d2065827c04527412c936a2d9a83287e9.tar.gz |
fix download link, append -amd64
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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}" |