Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

Commit

Permalink
v6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
guinux committed Oct 21, 2017
1 parent fe6917d commit 775f82e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/manager_window.vala
Expand Up @@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

const string VERSION = "6.1.1";
const string VERSION = "6.1.2";

namespace Pamac {

Expand Down Expand Up @@ -1339,7 +1339,9 @@ namespace Pamac {
pkgs += pkg;
}
}
populate_packages_list (pkgs);
if (pkgs.length > 0) {
populate_packages_list (pkgs);
}
if (transaction.to_build.length != 0) {
AURPackage[] aur_pkgs = {};
foreach (unowned string pkgname in transaction.to_build) {
Expand Down

0 comments on commit 775f82e

Please sign in to comment.