summaryrefslogtreecommitdiff
path: root/community/gdc
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-01 03:07:25 -0700
committerroot <root@rshg054.dnsready.net>2013-10-01 03:07:25 -0700
commita1792bae6f21dd0cca9e5a0d5cfad55edc1c4955 (patch)
tree1c6225df5977b18e7eb68340f773a18bd26dc500 /community/gdc
parenta1ba981700ea6943bedc5d7bb769b1f893088c7f (diff)
Tue Oct 1 03:05:59 PDT 2013
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"