[arch-commits] Commit in peony/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Feb 25 09:33:41 UTC 2021


    Date: Thursday, February 25, 2021 @ 09:33:41
  Author: felixonmars
Revision: 873348

upgpkg: peony 3.0.4-2: fix missing dependency on qt5-ukui-platformtheme (FS#69773)

Modified:
  peony/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-25 09:32:55 UTC (rev 873347)
+++ PKGBUILD	2021-02-25 09:33:41 UTC (rev 873348)
@@ -2,12 +2,12 @@
 
 pkgname=peony
 pkgver=3.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="file manager for the UKUI desktop"
 arch=('x86_64')
 license=('GPL')
 url="https://github.com/ukui/peony"
-depends=('gtk2' 'gsettings-qt' 'kwindowsystem' 'libnotify' 'poppler-qt5' 'qt5-x11extras' 'udisks2')
+depends=('gtk2' 'gsettings-qt' 'kwindowsystem' 'libnotify' 'poppler-qt5' 'qt5-ukui-platformtheme' 'qt5-x11extras' 'udisks2')
 makedepends=('qt5-tools')
 groups=('ukui')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/peony/archive/v$pkgver.tar.gz")



More information about the arch-commits mailing list