summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2017-01-15 13:58:31 -0800
committerLlewelyn Trahaearn2017-01-15 13:58:31 -0800
commit2165902c55a509d5a35624778e9c95af63a0ab8f (patch)
treed30004e6639f9e32571a5b510f9837fbd34aecb6 /PKGBUILD
parent79894859bf7d7db4b1e1d1e76dc70d60b6b0c2e0 (diff)
downloadaur-2165902c55a509d5a35624778e9c95af63a0ab8f.tar.gz
Correct the description as this isn't just the Phobos library for LDC.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0cda0249220c..9f9a71f385f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ provides=("d-runtime" "d-stdlib")
replaces=("lib32-liblphobos-devel")
pkgver=1.1.0.beta3.r157.gbb3e1648
pkgrel=1
-pkgdesc="D standard library (libphobos) for LDC compiler (32-bit)"
+pkgdesc="Runtime and Phobos library for the LLVM based D compiler. (32-bit)"
arch=('x86_64')
url="https://github.com/ldc-developers/ldc"
license=('BSD')