aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerekTBrown2015-09-02 12:49:04 -0400
committerDerekTBrown2015-09-02 12:49:04 -0400
commit65f226dc1c2b28a6c3101a580e959cea0ca3ef36 (patch)
tree47b1a7f000ef3b9337be7a3c34d2a68a7ba6d8ac
parente621e7ab699cf8d39b1c5856930064a0b35664f6 (diff)
downloadaur-65f226dc1c2b28a6c3101a580e959cea0ca3ef36.tar.gz
Added GCC and MAKE as dependencies
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 387d321bc05a..24ef5d27e70b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="C0 Package for 15-122"
url="http://c0.typesafety.net/index.html"
arch=('x86_64' 'i686')
license=('GPL')
-depends=('libpng>=1.6','zlib>=1.2')
+depends=('libpng>=1.6','zlib>=1.2','make>=4.0', 'gcc>=5.1')
provides=('coin','cc0')
source=("$pkgname::http://c0.typesafety.net/dist/cc0-v0440-linux3.18.1-64bit-bin.tgz")
md5sums=('1b7bb88eda5f196326ad2df5cb2553b3')