Date: Tuesday, April 27, 2021 @ 06:43:40 Author: arojas Revision: 924674
Add missing kquickimageeditor dependency (FS#70604) Modified: maui-pix/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-27 06:39:12 UTC (rev 924673) +++ PKGBUILD 2021-04-27 06:43:40 UTC (rev 924674) @@ -3,12 +3,12 @@ pkgname=maui-pix _pkgname=pix pkgver=1.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="Image gallery application" url="https://mauikit.org/" arch=(x86_64) license=(GPL3) -depends=(mauikit hicolor-icon-theme) +depends=(mauikit kquickimageeditor hicolor-icon-theme) makedepends=(extra-cmake-modules qt5-location) groups=(maui) source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)