summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Harvey2015-07-07 16:50:37 -0400
committerJames Harvey2015-07-07 16:50:37 -0400
commite95bd3db15bd55833504c5ed944e510d353dd3e7 (patch)
tree2247c78835f792ad2581a024b07b46087cc08b08
parente97bbf85ae2bf893d270d6242926fbc56dd6aa85 (diff)
downloadaur-e95bd3db15bd55833504c5ed944e510d353dd3e7.tar.gz
Removed offensive comma in depends list
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62c159d257ce..63d15417b331 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = gcc-git
makedepends = gcc-ada
makedepends = doxygen
makedepends = git
- depends = zlib,
+ depends = zlib
depends = libmpc
options = !emptydirs
source = git://gcc.gnu.org/git/gcc.git
diff --git a/PKGBUILD b/PKGBUILD
index c8032470319f..2af9db43a105 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,7 +34,7 @@ pkgdesc="The GNU Compiler Collection (developmental version)"
arch=('i686' 'x86_64')
license=('GPL' 'LGPL' 'FDL' 'custom')
url="http://gcc.gnu.org"
-depends=('zlib', 'libmpc')
+depends=('zlib' 'libmpc')
makedepends=('binutils>=2.25' 'libmpc' 'gcc-ada' 'doxygen' 'git')
checkdepends=('dejagnu' 'inetutils')
options=('!emptydirs')