From 3a54e211e09bc02ac065371bc33db263ba7e8ec6 Mon Sep 17 00:00:00 2001 From: karasu Date: Sat, 28 Apr 2018 14:50:25 +0200 Subject: [PATCH] Minor changes in pac.py --- src/info.py | 2 +- src/pacman/pac.py | 4 ++-- update.info | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/info.py b/src/info.py index 3bdeba816..a01ac21b1 100755 --- a/src/info.py +++ b/src/info.py @@ -29,7 +29,7 @@ """ Set some Cnchi global constants """ -CNCHI_VERSION = "0.14.425" +CNCHI_VERSION = "0.14.426" CNCHI_WEBSITE = "http://www.antergos.com" CNCHI_RELEASE_STAGE = "production" diff --git a/src/pacman/pac.py b/src/pacman/pac.py index 570368ecb..a92a37d9a 100644 --- a/src/pacman/pac.py +++ b/src/pacman/pac.py @@ -689,12 +689,12 @@ def test(): sys.exit(1) try: - pacman.do_refresh() + pacman.refresh() except pyalpm.error as err: print("Can't update databases: ", err) sys.exit(1) - pacman_options = {"downloadonly": True} + # pacman_options = {"downloadonly": True} # pacman.do_install(pkgs=["base"], conflicts=[], options=pacman_options) pacman.release() diff --git a/update.info b/update.info index 9928a4daf..19c551a05 100644 --- a/update.info +++ b/update.info @@ -1,2 +1,2 @@ -{"version":"0.14.425","files":[ +{"version":"0.14.426","files":[ ]}