Date: Thursday, July 12, 2018 @ 06:43:28
  Author: arojas
Revision: 328300

Rebuild for clang 6.0.1

Modified:
  shiboken2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-07-12 04:53:03 UTC (rev 328299)
+++ PKGBUILD    2018-07-12 06:43:28 UTC (rev 328300)
@@ -4,8 +4,9 @@
 pkgbase=shiboken2
 pkgname=(shiboken2 python-shiboken2)
 _qtver=5.11.0
+_clangver=6.0.1
 pkgver=${_qtver/-/}
-pkgrel=3
+pkgrel=4
 arch=(x86_64)
 url='http://qt-project.org/'
 license=(GPL2 LGPL)
@@ -29,7 +30,7 @@
 }
 
 package_shiboken2() {
-  depends=(clang libxslt qt5-xmlpatterns)
+  depends=(clang=$_clangver libxslt qt5-xmlpatterns)
 
   cd build
   make DESTDIR="$pkgdir" install

Reply via email to