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

Alexander Rødseth arodseth at archlinux.org
Thu Dec 6 14:17:14 UTC 2018


    Date: Thursday, December 6, 2018 @ 14:17:14
  Author: arodseth
Revision: 411736

upgpkg: zapcc 7.0.325000-1

Modified:
  zapcc/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-06 13:57:55 UTC (rev 411735)
+++ PKGBUILD	2018-12-06 14:17:14 UTC (rev 411736)
@@ -2,7 +2,7 @@
 # Contributor: Evangelos Foutras <evangelos at foutrelis.com>
 
 pkgname=zapcc
-pkgver=5.0
+pkgver=7.0.325000
 pkgrel=1
 pkgdesc='C++ compiler based on Clang, but significantly faster'
 arch=('x86_64')
@@ -9,8 +9,8 @@
 license=('custom')
 url='https://zapcc.com/'
 depends=('python' 'python2' 'z3')
-makedepends=('cmake' 'git')
-source=("git+https://github.com/yrnkrn/zapcc.git#commit=35fa2aed76fffa222db340dcb9257f66dc858d42")
+makedepends=('cmake' 'git' 'ninja')
+source=("git+https://github.com/yrnkrn/zapcc.git#commit=9bd04e7")
 sha256sums=('SKIP')
 
 build() {
@@ -20,8 +20,9 @@
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLLVM_ENABLE_WARNINGS=OFF \
     -DCMAKE_BUILD_TYPE=Release \
-    -DPYTHON_EXECUTABLE=/usr/bin/python
-  make
+    -DPYTHON_EXECUTABLE=/usr/bin/python \
+    -G Ninja
+  ninja
 }
 
 package() {



More information about the arch-commits mailing list