summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp Claßen2016-02-14 04:14:55 +0100
committerPhilipp Claßen2016-02-14 04:14:55 +0100
commit2b33c6f320bdb48322f35a62c8b234fad9eb0c49 (patch)
tree18a15225802d0f6820e0a1ad05e5344d93a3869f /PKGBUILD
parent62345d72a5f1ac11134b7ed35a69206b69571c29 (diff)
downloadaur-2b33c6f320bdb48322f35a62c8b234fad9eb0c49.tar.gz
Added makedepends 'git'
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a424f5d1d021..d7746f4b3e43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="The GNU Compiler Collection developmental snapshot"
arch=('any')
license=('GPL3' 'LGPL' 'custom')
url="http://gcc.gnu.org"
-makedepends=('binutils>=2.25' 'libmpc' 'doxygen' 'lib32-glibc>=2.20')
+makedepends=('binutils>=2.25' 'libmpc' 'doxygen' 'lib32-glibc>=2.20' 'git')
checkdepends=('dejagnu' 'inetutils')
options=('!emptydirs')
source=('git+git://gcc.gnu.org/git/gcc.git#branch=trunk')