summaryrefslogtreecommitdiff
path: root/community/ldc
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-03 02:49:10 -0700
committerroot <root@rshg054.dnsready.net>2013-10-03 02:49:10 -0700
commit7a89bde7057dae1b2a87ff0906dc797ebb4b2fc3 (patch)
tree8fe283205ef45a8d5a61a0f0e60b8bd0f2806dbd /community/ldc
parentccdfb7506009a95df3049db791408ac9b291b6e2 (diff)
Thu Oct 3 02:46:37 PDT 2013
Diffstat (limited to 'community/ldc')
-rw-r--r--community/ldc/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/ldc/PKGBUILD b/community/ldc/PKGBUILD
index 10b972507..df83c72ca 100644
--- a/community/ldc/PKGBUILD
+++ b/community/ldc/PKGBUILD
@@ -1,18 +1,17 @@
-# $Id: PKGBUILD 96883 2013-09-07 01:54:31Z dicebot $
+# $Id: PKGBUILD 97980 2013-10-02 14:03:48Z 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=3
+pkgrel=4
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"
license=('BSD')
depends=('libconfig')
makedepends=('git' 'cmake' 'llvm')
-backup=('etc/ldc2.conf')
source=("git://github.com/ldc-developers/ldc.git#tag=v${pkgver}"
"ldc2.conf"
"ldc2.rebuild.conf"
@@ -40,6 +39,7 @@ package_ldc() {
backup=("etc/ldc2.conf"
"etc/ldc2.rebuild.conf"
)
+ provides=("d-compiler")
# binaries
install -D -m755 $srcdir/ldc/build/bin/ldmd2 $pkgdir/usr/bin/ldmd2
@@ -58,6 +58,7 @@ package_ldc() {
package_liblphobos-devel() {
depends=("ldc")
+ provides=("d-runtime" "d-stdlib")
# libraries
install -D -m644 $srcdir/ldc/build/lib/libphobos-ldc.a $pkgdir/usr/lib/liblphobos.a