add qt6-svg in pkgbuild

This commit is contained in:
hikari 2023-09-10 17:54:51 +03:30 committed by GitHub
parent 03ba4e424c
commit a7fc110a27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ pkgdesc='Parch dorood (/do-rood/, درود, pronunciation) which is Persian word
url="https://github.com/parchlinux/${pkgname}"
license=('GPL')
makedepends=("git")
depends=("qt6-base" "qt6-declarative" "base-devel")
depends=("qt6-base" "qt6-declarative" "base-devel" "qt6-svg")
conflicts=("${pkgname}")
provides=("${pkgname}")
source=("${pkgname}::git+${url}")