[arch-commits] Commit in ldc/trunk (PKGBUILD)
Dan Printzell
wild at archlinux.org
Tue Jul 24 21:41:02 UTC 2018
Date: Tuesday, July 24, 2018 @ 21:41:01
Author: wild
Revision: 363314
upgpkg: ldc 1:1.10.0-2
Updated _llvmversion to the new clang version
Modified:
ldc/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-24 21:21:27 UTC (rev 363313)
+++ PKGBUILD 2018-07-24 21:41:01 UTC (rev 363314)
@@ -8,9 +8,9 @@
pkgver=1.10.0
_pkgcommit=f8880c6c3853e0aef81209de3ab4db48131a040c
_dversion=2.080.1
-_llvmversion=6.0.0
+_llvmversion=6.0.1
epoch=1
-pkgrel=1
+pkgrel=2
pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2"
arch=('x86_64')
url="https://github.com/ldc-developers/ldc"
@@ -64,7 +64,7 @@
check() {
cd "$srcdir/ldc/build"
- make all-test-runners
+ make all-test-runners
}
package_ldc() {
More information about the arch-commits
mailing list