summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2022-06-23 09:09:21 -0500
committerLuis Martinez2022-06-23 09:09:21 -0500
commit7a1ccf3caeec5ff57166b9f6a76eb1d9302360be (patch)
tree67820f7f6c98e4f709dbe0129f25c576b824eab6 /PKGBUILD
parent91d074e57bc03bf1c4d563da06de12adb1b69faa (diff)
downloadaur-7a1ccf3caeec5ff57166b9f6a76eb1d9302360be.tar.gz
add qt6-svg dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4cdcb3905fee..c41e386c369d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=maestral-qt
pkgver=1.6.3
-pkgrel=1
+pkgrel=2
pkgdesc='Qt interface for Maestral'
arch=('any')
url="https://github.com/SamSchott/maestral-qt"
@@ -13,7 +13,8 @@ depends=(
'python-click'
'python-markdown2'
'python-packaging'
- 'python-pyqt6')
+ 'python-pyqt6'
+ 'qt6-svg')
optdepends=('gnome-shell-extension-appindicator: Gnome integration')
makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
changelog=CHANGELOG.md