summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoão Figueiredo2024-03-02 13:34:43 +0000
committerJoão Figueiredo2024-03-02 13:34:43 +0000
commitd7e9cc244f536f681a669180faef0fe843cba8ea (patch)
treee94790af3876a1a7b5dd94b0cbbbe77affe8918d /PKGBUILD
parent156e282f932af039476bfd91ab41fae96e7450f4 (diff)
downloadaur-frameworkintegration-git.tar.gz
Fix missing optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d610aa11ed31..00a9ceef86d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,15 @@
pkgname=frameworkintegration-git
pkgver=6.0.0_r749.gf63d476
-pkgrel=1
+pkgrel=2
pkgdesc='Framework providing components to allow applications to integrate with a KDE Workspace'
arch=($CARCH)
url='https://community.kde.org/Frameworks'
license=(LGPL-2.0-only LGPL-3.0-only)
depends=(gcc-libs glibc kcolorscheme-git kconfig-git ki18n-git kiconthemes-git knewstuff-git knotifications-git kwidgetsaddons-git qt6-base)
makedepends=(git appstream-qt extra-cmake-modules-git packagekit-qt6)
+optdepends=('appstream-qt: dependency resolving via AppStream'
+ 'packagekit-qt6: dependency resolving via AppStream')
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
groups=(kf6-git)