diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
commit | 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch) | |
tree | fbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/ldc | |
parent | d53c44f055929b18d7d1b25f8367ee5836c435fc (diff) |
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/ldc')
-rw-r--r-- | community/ldc/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ldc/PKGBUILD b/community/ldc/PKGBUILD index b93f4c0e5..5fcea7099 100644 --- a/community/ldc/PKGBUILD +++ b/community/ldc/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 99051 2013-10-23 12:11:03Z dicebot $ +# $Id: PKGBUILD 101888 2013-12-02 15:58:18Z 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.0 +pkgver=0.12.1 epoch=1 pkgrel=1 pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2" @@ -35,7 +35,7 @@ build() { } package_ldc() { - optdepends=("liblphobos-devel: stadard library, static one + imports, LDC version") + optdepends=("liblphobos-devel: standard library, static one + imports, LDC version") backup=("etc/ldc2.conf" "etc/ldc2.rebuild.conf" ) |