Date: Thursday, February 9, 2017 @ 07:50:21
  Author: felixonmars
Revision: 211397

upgpkg: fluid 0.9.0-1

Modified:
  fluid/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-02-09 07:49:34 UTC (rev 211396)
+++ PKGBUILD    2017-02-09 07:50:21 UTC (rev 211397)
@@ -2,16 +2,16 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=fluid
-pkgver=0.7.90.20160918
-_commit=787254193324a16de39732506c9770ea8ef6ed44
+pkgver=0.9.0
 pkgrel=1
-pkgdesc="A collection of cross-platform QtQuick components for building fluid 
and dynamic applications"
+pkgdesc="Library for QtQuick apps with Material Design and Universal"
 arch=("i686" "x86_64")
-url="https://github.com/qmlos/fluid";
-license=("GPL")
-depends=("qt5-base" "qt5-declarative" "qt5-quickcontrols" "qt5-quickcontrols2")
+url="https://github.com/lirios/fluid";
+license=("MPL")
+depends=("qt5-svg" "qt5-quickcontrols2")
 makedepends=("git" "extra-cmake-modules")
-source=("git+https://github.com/qmlos/fluid.git#commit=$_commit";
+replaces=('qml-material')
+source=("git+https://github.com/lirios/fluid.git#tag=v$pkgver";
         "git+https://github.com/google/material-design-icons.git";)
 sha256sums=('SKIP'
             'SKIP')
@@ -20,10 +20,8 @@
   mkdir -p build
 
   cd $pkgname
-  git clone "$srcdir/material-design-icons" icons
+  git clone "$srcdir/material-design-icons" material-design-icons
   scripts/fetch_icons.sh
-
-  rm -r icons/.git
 }
 
 build() {

Reply via email to