[arch-commits] Commit in dmd/trunk (PKGBUILD)
Михаил Страшун
dicebot at archlinux.org
Sun Jan 31 00:28:54 UTC 2016
Date: Sunday, January 31, 2016 @ 01:28:53
Author: dicebot
Revision: 159638
upgpkg: dmd 2.070.0-2
Workaround for wrong reported compiler version
Modified:
dmd/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-01-30 20:05:09 UTC (rev 159637)
+++ PKGBUILD 2016-01-31 00:28:53 UTC (rev 159638)
@@ -10,7 +10,7 @@
groups=('dlang' 'dlang-dmd')
pkgbase=dmd
pkgver=2.070.0
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="http://www.dlang.org"
makedepends=('git' 'gcc' 'make' 'dmd' 'libphobos-devel')
@@ -26,6 +26,7 @@
build() {
cd $srcdir/dmd/src
+ echo "2.070" > ../VERSION
make -f posix.mak MODEL=$_archbits RELEASE=1
cd $srcdir/druntime
More information about the arch-commits
mailing list