mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 03:34:15 +02:00
[setup.py]
This commit is contained in:
@@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
### Fixes
|
### Fixes
|
||||||
- AUR:
|
- AUR:
|
||||||
- update-checking for some scenarios
|
- 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 handle **missing dependencies with symbols** ( e.g: libpng++ )
|
||||||
- not able to work with **.xpm** icons
|
- not able to work with **.xpm** icons
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -3,7 +3,7 @@ import os
|
|||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
DESCRIPTION = (
|
DESCRIPTION = (
|
||||||
"Graphical user interface to manage Flatpak / Snap applications."
|
"Graphical interface to manage Flatpak, Snap, AppImage and AUR packages"
|
||||||
)
|
)
|
||||||
|
|
||||||
AUTHOR = "Vinicius Moreira"
|
AUTHOR = "Vinicius Moreira"
|
||||||
|
|||||||
Reference in New Issue
Block a user