summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeif Warner2015-09-01 18:13:17 -0700
committerLeif Warner2015-09-01 18:13:17 -0700
commit1ca61965e11cd5138750178ada144e6476c4dc75 (patch)
tree3a8b50d728c738323ac04c74b9806d393188b29d
parent17db666970691db3eb7f6665f8d52799f8c61b24 (diff)
downloadaur-1ca61965e11cd5138750178ada144e6476c4dc75.tar.gz
Add zlib dep mistakenly omitted.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5272509f8eda..303c0affd629 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = idris-git
license = custom:BSD3
depends = gmp
depends = libffi
+ depends = zlib
depends = gcc
provides = idris
conflicts = idris
diff --git a/PKGBUILD b/PKGBUILD
index 01e74737dcc9..57d575345b6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="http://www.idris-lang.org/"
license=('custom:BSD3')
arch=('i686' 'x86_64')
makedpends=('ghc' 'haskell-annotated-wl-pprint>=0.7' 'haskell-annotated-wl-pprint<0.8' 'haskell-ansi-terminal<0.7' 'haskell-ansi-wl-pprint<0.7' 'haskell-base64-bytestring<1.1' 'haskell-binary<0.8' 'haskell-blaze-html<0.8' 'haskell-blaze-markup<0.6.3.0' 'haskell-bytestring' 'haskell-cheapskate<0.2' 'haskell-containers' 'haskell-deepseq' 'haskell-directory' 'haskell-filepath' 'haskell-fingertree<0.2' 'haskell-haskeline<0.8' 'haskell-mtl' 'haskell-network' 'haskell-optparse-applicative<0.12' 'haskell-parsers<0.13' 'haskell-pretty' 'haskell-process' 'haskell-safe' 'haskell-split<0.3' 'haskell-text' 'haskell-time' 'haskell-transformers' 'haskell-transformers-compat>=0.3' 'haskell-trifecta<1.6' 'haskell-uniplate<1.7' 'haskell-unix' 'haskell-unordered-containers<0.3' 'haskell-utf8-string<0.4' 'haskell-vector<0.11' 'haskell-vector-binary-instances<0.3' 'haskell-zip-archive<0.2.4' 'haskell-zlib' 'haskell-libffi')
-depends=('gmp' 'libffi' 'gcc')
+depends=('gmp' 'libffi' 'zlib' 'gcc')
options=('staticlibs')
provides=('idris')
conflicts=('idris')