summaryrefslogtreecommitdiff
path: root/community/ldc
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-03 03:39:05 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-03 03:39:05 +0000
commitf0127fa225ad83116fabd5f7d9df4c92cd23f6f1 (patch)
treed99dfac9224fe3e070b5516f32d155d1b729c7cc /community/ldc
parent20baa30c3c0e442a770f2906d12784ab7ef719ec (diff)
Mon Mar 3 03:35:30 UTC 2014
Diffstat (limited to 'community/ldc')
-rw-r--r--community/ldc/PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/community/ldc/PKGBUILD b/community/ldc/PKGBUILD
index 5fcea7099..f7431fd08 100644
--- a/community/ldc/PKGBUILD
+++ b/community/ldc/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 101888 2013-12-02 15:58:18Z dicebot $
+# $Id: PKGBUILD 106423 2014-03-02 22:29:17Z dicebot $
# Maintainer: Mihails Strasuns <public@dicebot.lv>
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=('ldc' 'liblphobos-devel')
groups=('dlang' 'dlang-ldc')
pkgver=0.12.1
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"
@@ -35,7 +35,7 @@ build() {
}
package_ldc() {
- optdepends=("liblphobos-devel: standard library, static one + imports, LDC version")
+ depends=('liblphobos-devel')
backup=("etc/ldc2.conf"
"etc/ldc2.rebuild.conf"
)
@@ -57,7 +57,6 @@ package_ldc() {
}
package_liblphobos-devel() {
- depends=("ldc")
provides=("d-runtime" "d-stdlib")
options=("staticlibs")