Date: Friday, May 20, 2016 @ 06:29:24 Author: fyan Revision: 175753 upgpkg: idris 0.11.2-1
rebuild with MissingH-1.3.0.2, ShellCheck-0.4.4, cabal-helper-0.7.1.0, cryptohash-sha256-0.11.100.0, graphviz-2999.18.1.0, hakyll-4.8.3.1, idris-0.11.2, monad-journal-0.7.2, pandoc-crossref-0.2.1.3, simple-sendfile-0.2.22 Modified: idris/trunk/PKGBUILD ----------+ PKGBUILD | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-20 04:20:42 UTC (rev 175752) +++ PKGBUILD 2016-05-20 04:29:24 UTC (rev 175753) @@ -3,29 +3,26 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=idris -pkgver=0.11.1 -pkgrel=5 +pkgver=0.11.2 +pkgrel=1 pkgdesc="Functional Programming Language with Dependent Types" url="http://www.idris-lang.org/" license=("custom:BSD3") arch=('i686' 'x86_64') depends=('gmp' 'libffi' 'zlib' 'gcc') -makedepends=("ghc=7.10.3" "haskell-annotated-wl-pprint" "haskell-ansi-terminal" "haskell-ansi-wl-pprint" - "haskell-async" "haskell-base64-bytestring" "haskell-blaze-html" "haskell-blaze-markup" - "haskell-cheapskate" "haskell-fingertree" "haskell-fsnotify" "haskell-ieee754" "haskell-mtl" - "haskell-libffi" "haskell-network" "haskell-optparse-applicative" "haskell-parsers" - "haskell-safe" "haskell-split" "haskell-terminal-size" "haskell-text" - "haskell-transformers-compat" "haskell-trifecta" "haskell-uniplate" - "haskell-unordered-containers" "haskell-utf8-string" "haskell-vector" - "haskell-vector-binary-instances" "haskell-zip-archive") +makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-annotated-wl-pprint" "haskell-ansi-terminal" + "haskell-ansi-wl-pprint" "haskell-async" "haskell-base64-bytestring" "haskell-blaze-html" + "haskell-blaze-markup" "haskell-cheapskate" "haskell-fingertree" "haskell-fsnotify" + "haskell-ieee754" "haskell-mtl" "haskell-libffi" "haskell-network" + "haskell-optparse-applicative" "haskell-parsers" "haskell-safe" "haskell-split" + "haskell-terminal-size" "haskell-text" "haskell-transformers-compat" + "haskell-trifecta" "haskell-uniplate" "haskell-unordered-containers" + "haskell-utf8-string" "haskell-vector" "haskell-vector-binary-instances" + "haskell-zip-archive") options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha256sums=('51df8882aa778000833127a64b319aba07f712fe6e41033af401fbf99c08b964') +sha256sums=('4120eec85e07dc9e96835fc5226f4d8044b2401c0c007987465d906db7773fad') -prepare() { - sed -i 's/zip-archive > 0.2.3.5 && < 0.2.4/zip-archive > 0.2.3.5 \&\& < 0.4/' ${pkgname}-${pkgver}/${pkgname}.cabal -} - build() { cd "${srcdir}/${pkgname}-${pkgver}"
