summaryrefslogtreecommitdiff
path: root/community/gdc
diff options
context:
space:
mode:
Diffstat (limited to 'community/gdc')
-rw-r--r--community/gdc/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gdc/PKGBUILD b/community/gdc/PKGBUILD
index c3201b9ac..5b0628024 100644
--- a/community/gdc/PKGBUILD
+++ b/community/gdc/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=('gdc' 'libgphobos-devel')
pkgver=4.8.1
-pkgrel=4
+pkgrel=5
arch=('i686' 'x86_64')
url="https://github.com/D-Programming-GDC/GDC"
license=('GPL')
@@ -69,7 +69,7 @@ build()
package_gdc()
{
- depends=('libmpc' 'zlib')
+ depends=('gcc' 'binutils')
optdepends=('libgphobos-devel: D standard library, GDC version')
pkgdesc="Compiler for D programming language wich uses gcc backend"