summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Widawsky2015-12-24 11:36:51 -0800
committerBen Widawsky2015-12-24 11:36:51 -0800
commite4c4206c244802c825003f1fc4e68b83ac54c6b6 (patch)
treea011ec68daad1ea81d592eed3ddd49befdae07c8
parent77cd3fdd1b5e799d4b5e7c58a86289896ecb9377 (diff)
downloadaur-e4c4206c244802c825003f1fc4e68b83ac54c6b6.tar.gz
Fix depends
lzo is required, gcc is not.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7bf7acdefde2..a050976485a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ pkgdesc="takes compile jobs from your build and distributes it to remote machine
url="http://en.opensuse.org/Icecream"
license=('GPL2')
makedepends=('')
-depends=('gcc' 'bash' 'libcap-ng')
+depends=('bash' 'libcap-ng' 'lzo')
provides=('icecream')
optdepends=('iceberg-git: A QT based monitor for icecream nodes'
'ccache: ccache enabled remote builds.')