summaryrefslogtreecommitdiff
path: root/community/gdc/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gdc/PKGBUILD')
-rw-r--r--community/gdc/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gdc/PKGBUILD b/community/gdc/PKGBUILD
index 31230ed9b..a68bdcbff 100644
--- a/community/gdc/PKGBUILD
+++ b/community/gdc/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=('gdc' 'libgphobos-devel')
pkgver=4.8.1
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
url="https://github.com/D-Programming-GDC/GDC"
license=('GPL')
@@ -71,7 +71,7 @@ package_gdc()
{
depends=('libmpc' 'zlib')
optdepends=('libgphobos-devel: D standard library, GDC version')
- description="Compiler for D programming language wich uses gcc backend"
+ pkgdesc="Compiler for D programming language wich uses gcc backend"
install -D -m755 $srcdir/gcc-build/gcc/gdc $pkgdir/usr/bin/gdc
install -D -m755 $srcdir/gcc-build/gcc/cc1d $pkgdir/usr/lib/gcc/$CHOST/4.8.1/cc1d
@@ -79,7 +79,7 @@ package_gdc()
package_libgphobos-devel()
{
- description="Standard library for D programming language, GDC port"
+ pkgdesc="Standard library for D programming language, GDC port"
depends=('gdc')
# druntime