[arch-commits] Commit in qt5-sensors/kde-unstable (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Oct 11 17:34:06 UTC 2017


    Date: Wednesday, October 11, 2017 @ 17:34:05
  Author: arojas
Revision: 307511

Rebuild without sensorfw, fixes Qt version mismatch errors

Modified:
  qt5-sensors/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-11 17:14:08 UTC (rev 307510)
+++ PKGBUILD	2017-10-11 17:34:05 UTC (rev 307511)
@@ -5,13 +5,13 @@
 pkgname=qt5-sensors
 _qtver=5.10.0-beta
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Provides access to sensor hardware and motion gesture recognition'
 depends=('qt5-base')
-makedepends=('qt5-declarative' 'sensorfw')
+makedepends=('qt5-declarative')
 optdepends=('qt5-declarative: QML bindings')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"



More information about the arch-commits mailing list