summaryrefslogtreecommitdiff
path: root/community/ldc
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-09-08 02:19:16 -0700
committerroot <root@rshg054.dnsready.net>2013-09-08 02:19:16 -0700
commitde304c3ed7036488819426771b7edd1897e2ba9a (patch)
treee9c4427e11229cb8251fa5a269e4bc2c0071eaa9 /community/ldc
parentb764a223c0b6b4a0001839d8b0fd83b604fbb219 (diff)
Sun Sep 8 02:16:12 PDT 2013
Diffstat (limited to 'community/ldc')
-rw-r--r--community/ldc/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/ldc/PKGBUILD b/community/ldc/PKGBUILD
index 035275fed..10b972507 100644
--- a/community/ldc/PKGBUILD
+++ b/community/ldc/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 96332 2013-08-25 18:27:42Z dicebot $
+# $Id: PKGBUILD 96883 2013-09-07 01:54:31Z dicebot $
# Maintainer: Mihails Strasuns <public@dicebot.lv>
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=('ldc' 'liblphobos-devel')
groups=('dlang' 'dlang-ldc')
pkgver=0.11.0
epoch=1
-pkgrel=2
+pkgrel=3
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"
@@ -67,6 +67,7 @@ package_liblphobos-devel() {
mkdir -p $pkgdir/usr/include/dlang/ldc
cp -r $srcdir/ldc/build/import/* $pkgdir/usr/include/dlang/ldc/
cp -r $srcdir/ldc/runtime/phobos/std $pkgdir/usr/include/dlang/ldc/
+ cp -r $srcdir/ldc/runtime/phobos/etc $pkgdir/usr/include/dlang/ldc/
# licenses
install -D -m644 $srcdir/ldc/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE