From a1792bae6f21dd0cca9e5a0d5cfad55edc1c4955 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 1 Oct 2013 03:07:25 -0700 Subject: Tue Oct 1 03:05:59 PDT 2013 --- community/gdc/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community/gdc') 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" -- cgit v1.2.3-54-g00ecf