diff --git a/CHANGELOG.md b/CHANGELOG.md index 8617f1fc..bf10061d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixes - AUR: - update-checking for some scenarios - - not respecting 'ignorepkg' settings in **pacman.conf** + - not respecting **ignorepkg** settings in **pacman.conf** - not able to handle **missing dependencies with symbols** ( e.g: libpng++ ) - not able to work with **.xpm** icons diff --git a/setup.py b/setup.py index a0de0e07..d9ac265b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import os from setuptools import setup, find_packages DESCRIPTION = ( - "Graphical user interface to manage Flatpak / Snap applications." + "Graphical interface to manage Flatpak, Snap, AppImage and AUR packages" ) AUTHOR = "Vinicius Moreira"