Skip to content

Update PKGBUILD

Mark Wagie requested to merge (removed):patch-1 into master

You have a few unnecessary dependencies:

  • python-pyqt5 depends on pyqt5-common & python-sip-pyqt5
  • python-peewee depends on python & sqlite
  • qt5-svg depends on qt5-base
  • qt5-quickcontrols2 depends on qt5-declarative

You're using tags now, so the pkgver can pull that tag. You forgot python-setuptools in makedepends. I changed the Python 2 shebang to use Python 3 in a few files and had no issues. Otherwise python2 needs to be a dependency.

Edited by Mark Wagie

Merge request reports