diff options
author | root <root@rshg054.dnsready.net> | 2013-10-03 02:49:10 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-03 02:49:10 -0700 |
commit | 7a89bde7057dae1b2a87ff0906dc797ebb4b2fc3 (patch) | |
tree | 8fe283205ef45a8d5a61a0f0e60b8bd0f2806dbd /community/gdc/PKGBUILD | |
parent | ccdfb7506009a95df3049db791408ac9b291b6e2 (diff) |
Thu Oct 3 02:46:37 PDT 2013
Diffstat (limited to 'community/gdc/PKGBUILD')
-rw-r--r-- | community/gdc/PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/community/gdc/PKGBUILD b/community/gdc/PKGBUILD index 5b0628024..34a1a0d52 100644 --- a/community/gdc/PKGBUILD +++ b/community/gdc/PKGBUILD @@ -5,7 +5,7 @@ pkgname=('gdc' 'libgphobos-devel') pkgver=4.8.1 -pkgrel=5 +pkgrel=6 arch=('i686' 'x86_64') url="https://github.com/D-Programming-GDC/GDC" license=('GPL') @@ -71,6 +71,7 @@ package_gdc() { depends=('gcc' 'binutils') optdepends=('libgphobos-devel: D standard library, GDC version') + provides=("d-compiler") pkgdesc="Compiler for D programming language wich uses gcc backend" install -D -m755 $srcdir/gcc-build/gcc/gdc $pkgdir/usr/bin/gdc @@ -80,6 +81,7 @@ package_gdc() package_libgphobos-devel() { pkgdesc="Standard library for D programming language, GDC port" + provides=("d-runtime" "d-stdlib") depends=('gdc') # druntime |