Date: Wednesday, January 27, 2016 @ 14:46:09 Author: fyan Revision: 159169
upgpkg: idris 0.10-2 rebuild with tagged-0.8.3, semigroups-0.18.1, bifunctors-5.2.1, resourcet-1.1.7.1 Modified: idris/trunk/PKGBUILD ----------+ PKGBUILD | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-01-27 13:34:23 UTC (rev 159168) +++ PKGBUILD 2016-01-27 13:46:09 UTC (rev 159169) @@ -4,18 +4,19 @@ pkgname=idris pkgver=0.10 -pkgrel=1 +pkgrel=2 pkgdesc="Functional Programming Language with Dependent Types" url="http://www.idris-lang.org/" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("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-mtl" "haskell-libffi" - "haskell-network" "haskell-optparse-applicative" "haskell-parsers" "haskell-safe" - "haskell-split" "haskell-text" "haskell-transformers-compat" "haskell-trifecta" - "haskell-uniplate" "haskell-unordered-containers" "haskell-utf8-string" "haskell-vector" - "haskell-vector-binary-instances" "haskell-zip-archive") +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-mtl" "haskell-libffi" + "haskell-network" "haskell-optparse-applicative" "haskell-parsers" "haskell-safe" + "haskell-split" "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=('5593feca2cdd00ff819f37135da496111b3af06b664f4cd1f4aecba6ac6e6a10') @@ -39,10 +40,7 @@ } package() { - depends=('gmp' 'libffi' 'zlib') - cd "${srcdir}/${pkgname}-${pkgver}" runhaskell Setup copy --destdir="${pkgdir}" rm -r "$pkgdir"/usr/{lib,share/doc} } -
