[arch-commits] Commit in shiboken2/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Aug 17 09:11:22 UTC 2018
Date: Friday, August 17, 2018 @ 09:11:22
Author: arojas
Revision: 331636
Add llvm dependency to shiboken2 package, for llvm-config
Modified:
shiboken2/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-17 08:30:46 UTC (rev 331635)
+++ PKGBUILD 2018-08-17 09:11:22 UTC (rev 331636)
@@ -6,7 +6,7 @@
_qtver=5.11.1
_clangver=6.0.1
pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
arch=(x86_64)
url='http://qt-project.org/'
license=(GPL2 LGPL)
@@ -30,7 +30,7 @@
}
package_shiboken2() {
- depends=(clang=$_clangver libxslt qt5-xmlpatterns)
+ depends=(clang=$_clangver llvm libxslt qt5-xmlpatterns)
cd build
make DESTDIR="$pkgdir" install
More information about the arch-commits
mailing list