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

Antonio Rojas arojas at archlinux.org
Sat Oct 1 08:59:14 UTC 2016


    Date: Saturday, October 1, 2016 @ 08:59:14
  Author: arojas
Revision: 277505

Install binaries to the standard location

Modified:
  qt5-xmlpatterns/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-01 08:51:48 UTC (rev 277504)
+++ PKGBUILD	2016-10-01 08:59:14 UTC (rev 277505)
@@ -5,7 +5,7 @@
 pkgname=qt5-xmlpatterns
 _qtver=5.7.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -12,6 +12,7 @@
 pkgdesc='Support for XPath, XQuery, XSLT and XML schema validation'
 depends=('qt5-base')
 makedepends=()
+conflicts=('qtchooser')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
 source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")



More information about the arch-commits mailing list