git » qt5-xmlpatterns.git » commit 5aa070e

Install binaries to the standard location

author Antonio Rojas
2016-10-01 08:59:14 UTC
committer Antonio Rojas
2016-10-01 08:59:14 UTC
parent f3a730d51c2c82d322774fb427bb5f7be7cf07c0

Install binaries to the standard location

PKGBUILD +2 -1

diff --git a/PKGBUILD b/PKGBUILD
index 317ea0b..4a761bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,14 @@
 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')
 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")