summaryrefslogtreecommitdiff
path: root/community/ldc/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ldc/PKGBUILD')
-rw-r--r--community/ldc/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/ldc/PKGBUILD b/community/ldc/PKGBUILD
index df83c72ca..b93f4c0e5 100644
--- a/community/ldc/PKGBUILD
+++ b/community/ldc/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 97980 2013-10-02 14:03:48Z dicebot $
+# $Id: PKGBUILD 99051 2013-10-23 12:11:03Z 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
+pkgver=0.12.0
epoch=1
-pkgrel=4
+pkgrel=1
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"
@@ -59,6 +59,7 @@ package_ldc() {
package_liblphobos-devel() {
depends=("ldc")
provides=("d-runtime" "d-stdlib")
+ options=("staticlibs")
# libraries
install -D -m644 $srcdir/ldc/build/lib/libphobos-ldc.a $pkgdir/usr/lib/liblphobos.a