From aacf420a68baab6316f3086129010686cb4e1d97 Mon Sep 17 00:00:00 2001 From: fbt Date: Tue, 1 Mar 2016 08:32:19 +0300 Subject: [PATCH] There is no more tarball Signed-off-by: fbt --- prm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/prm b/prm index a30f71b..9652001 100755 --- a/prm +++ b/prm @@ -103,13 +103,11 @@ aur.get_updates() { } aur.get() { - declare i pkg_aur_info pkg_base tarball_path depends makedepends dep_name aur_api_multireq dep_name aur_deps_api_data aur_deps_count aur_deps + declare i pkg_aur_info pkg_base depends makedepends dep_name aur_api_multireq dep_name aur_deps_api_data aur_deps_count aur_deps read -r pkg_aur_info - # A temporary hack till AUR4 becomes the main version read -r pkg_base < <( jshon -e results -a -e Name -u <<< "$pkg_aur_info" ) - tarball_path="/cgit/aur.git/snapshot/${pkg_base}.tar.gz" cd "$cfg_workdir"