summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19be93bb8f32..d797e4fb924f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun May 7 02:57:19 UTC 2017
+# Sun May 14 22:32:44 UTC 2017
pkgbase = fluid-git
pkgdesc = Components for Qt Quick applications with Material Design and Universal
pkgver = 20170507.2d371a7
@@ -17,6 +17,7 @@ pkgbase = fluid-git
depends = qt5-quickcontrols2
depends = qt5-graphicaleffects
depends = qt5-svg
+ depends = ttf-roboto
provides = fluid
conflicts = fluid
replaces = fluid
diff --git a/PKGBUILD b/PKGBUILD
index fe2fb0e938a1..b83fd1df11c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Components for Qt Quick applications with Material Design and Universal
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url='https://liri.io'
license=('MPL2')
-depends=('qt5-quickcontrols2' 'qt5-graphicaleffects' 'qt5-svg')
+depends=('qt5-quickcontrols2' 'qt5-graphicaleffects' 'qt5-svg' 'ttf-roboto')
makedepends=('git' 'qbs' 'qt5-tools')
conflicts=('fluid')
replaces=('fluid')