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

Felix Yan felixonmars at archlinux.org
Tue Jun 13 14:56:31 UTC 2017


    Date: Tuesday, June 13, 2017 @ 14:56:30
  Author: felixonmars
Revision: 236606

upgpkg: fluid 0.10.0-2

fix dependency on qt5-graphicaleffects

Modified:
  fluid/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-13 14:35:16 UTC (rev 236605)
+++ PKGBUILD	2017-06-13 14:56:30 UTC (rev 236606)
@@ -3,12 +3,12 @@
 
 pkgname=fluid
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for QtQuick apps with Material Design and Universal"
 arch=('i686' 'x86_64')
 url='https://github.com/lirios/fluid'
 license=('MPL')
-depends=('qt5-svg' 'qt5-quickcontrols2')
+depends=('qt5-graphicaleffects' 'qt5-quickcontrols2' 'qt5-svg')
 makedepends=('extra-cmake-modules' 'nodejs-material-design-icons')
 replaces=('qml-material')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/lirios/fluid/archive/v$pkgver.tar.gz")



More information about the arch-commits mailing list