summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuke Briggs2022-06-08 13:03:59 +0100
committerLuke Briggs2022-06-08 13:03:59 +0100
commit6a2eb4b24f9847a2d4a50e4cde67ade9a65d5d5c (patch)
tree20c7f10691c374bffe8908548ad1864b228418ef /PKGBUILD
parent8bc3c470ac9c1b6044deba238d428d930e317cde (diff)
downloadaur-6a2eb4b24f9847a2d4a50e4cde67ade9a65d5d5c.tar.gz
Fix missing icons
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 47015cee6636..890746602baf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('any')
url="https://www.lukebriggs.dev/pepys"
license=('GPLv3')
groups=()
-depends=('python' 'python-wheel' 'python-pip' 'pandoc' 'enchant' 'wkhtmltopdf' 'python-pyqt6' 'python-pyqt6-webengine' 'python-regex' 'python-pypandoc' 'python-pyenchant' 'python-setproctitle' 'python-pyaml' 'aspell' 'aspell-en' 'python-cryptography')
+depends=('python' 'python-wheel' 'python-pip' 'pandoc' 'enchant' 'wkhtmltopdf' 'python-pyqt6' 'python-pyqt6-webengine' 'python-regex' 'python-pypandoc' 'python-pyenchant' 'python-setproctitle' 'python-pyaml' 'aspell' 'aspell-en' 'python-cryptography' 'qt6-svg')
makedepends=('python-setuptools')
checkdepends=()
optdepends=()