summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d55cdf646c3f..71251f983a34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Feb 14 03:10:15 UTC 2016
+# Sun Feb 14 03:14:46 UTC 2016
pkgbase = gcc-multilib-trunk-git
pkgdesc = The GNU Compiler Collection developmental snapshot
pkgver = 6.0.144658.2959d9c
@@ -15,6 +15,7 @@ pkgbase = gcc-multilib-trunk-git
makedepends = libmpc
makedepends = doxygen
makedepends = lib32-glibc>=2.20
+ makedepends = git
options = !emptydirs
source = git+git://gcc.gnu.org/git/gcc.git#branch=trunk
md5sums = SKIP
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')