summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgustawho2022-02-14 20:45:09 -0700
committergustawho2022-02-14 20:45:09 -0700
commit19796862fcdace7b4d6d70bfee1eb1431c6e302d (patch)
tree2668b3f5478f9a9567339852a96fd07e2facafb7 /PKGBUILD
parent6132244e1004e055f43811517f6fac046402833b (diff)
downloadaur-19796862fcdace7b4d6d70bfee1eb1431c6e302d.tar.gz
Added missing dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b0bcb65244b2..6e1ebe3b4b4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=koko
pkgver=22.02
-pkgrel=1
+pkgrel=2
arch=(x86_64 i686 arm armv6h armv7h aarch64)
pkgdesc="Image gallery application designed for desktop and touch devices"
url="https://invent.kde.org/graphics/koko"
license=('LGPL2.1')
-depends=('kirigami2' 'kcoreaddons' 'kguiaddons' 'kconfig' 'kquickimageeditor' 'knotifications' 'exiv2')
+depends=('kirigami2' 'kcoreaddons' 'kguiaddons' 'kconfig' 'kquickimageeditor' 'knotifications'
+ 'exiv2' 'kdeclarative' 'kfilemetadata' 'ki18n' 'kio' 'kdbusaddons' 'qt5-location')
makedepends=('extra-cmake-modules' 'qt5-svg' 'qt5-tools')
source=("https://download.kde.org/stable/plasma-mobile/${pkgver}/${pkgname}-${pkgver}.tar.xz")
md5sums=('7a09c1247126b38dd5d1e6688998e468')