summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2017-01-15 13:58:31 -0800
committerLlewelyn Trahaearn2017-01-15 13:58:31 -0800
commit2165902c55a509d5a35624778e9c95af63a0ab8f (patch)
treed30004e6639f9e32571a5b510f9837fbd34aecb6
parent79894859bf7d7db4b1e1d1e76dc70d60b6b0c2e0 (diff)
downloadaur-2165902c55a509d5a35624778e9c95af63a0ab8f.tar.gz
Correct the description as this isn't just the Phobos library for LDC.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 690230351e4c..4705faeba09f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Sat Jan 14 22:23:36 UTC 2017
+# Sun Jan 15 21:48:52 UTC 2017
pkgbase = lib32-liblphobos
- pkgdesc = D standard library (libphobos) for LDC compiler (32-bit)
+ pkgdesc = Runtime and Phobos library for the LLVM based D compiler. (32-bit)
pkgver = 1.1.0.beta3.r157.gbb3e1648
pkgrel = 1
url = https://github.com/ldc-developers/ldc
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')