Date: Wednesday, June 14, 2017 @ 19:20:13 Author: arojas Revision: 236810
libconfig 1.6 rebuild Modified: ldc/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-14 19:18:27 UTC (rev 236809) +++ PKGBUILD 2017-06-14 19:20:13 UTC (rev 236810) @@ -1,11 +1,12 @@ # $Id$ -# Maintainer: Mihails Strasuns <[email protected]> +# Maintainer: +# Contributor: Mihails Strasuns <[email protected]> # Contributor: Sven-Hendrik Haase <[email protected]> pkgname=('ldc' 'liblphobos') groups=('dlang' 'dlang-ldc') pkgver=1.2.0 epoch=1 -pkgrel=1 +pkgrel=2 pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2" arch=('i686' 'x86_64') url="https://github.com/ldc-developers/ldc"
