Date: Tuesday, March 20, 2018 @ 07:06:57 Author: felixonmars Revision: 309473
upgpkg: haskell-wai-app-static 3.1.6.2-1 rebuild with wai-app-static,3.1.6.2 Modified: haskell-wai-app-static/trunk/PKGBUILD ----------+ PKGBUILD | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-20 07:02:39 UTC (rev 309472) +++ PKGBUILD 2018-03-20 07:06:57 UTC (rev 309473) @@ -4,27 +4,26 @@ _hkgname=wai-app-static pkgname=haskell-wai-app-static -pkgver=3.1.6.1 -pkgrel=169 +pkgver=3.1.6.2 +pkgrel=1 pkgdesc="WAI application for static serving" url="http://www.yesodweb.com/book/web-application-interface" license=("MIT") arch=('x86_64') -depends=('ghc-libs' "haskell-blaze-builder" "haskell-blaze-html" "haskell-blaze-markup" - "haskell-cryptonite" "haskell-file-embed" "haskell-http-date" "haskell-http-types" - "haskell-memory" "haskell-mime-types" "haskell-old-locale" - "haskell-optparse-applicative" "haskell-text" "haskell-unix-compat" - "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" "haskell-warp" - "haskell-zlib") -makedepends=('ghc') +depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-cryptonite' + 'haskell-file-embed' 'haskell-http-date' 'haskell-http-types' 'haskell-memory' + 'haskell-mime-types' 'haskell-old-locale' 'haskell-optparse-applicative' 'haskell-text' + 'haskell-unix-compat' 'haskell-unordered-containers' 'haskell-wai' 'haskell-wai-extra' + 'haskell-warp' 'haskell-zlib') +makedepends=('ghc' 'haskell-hspec' 'haskell-mockery' 'haskell-network' 'haskell-temporary') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('b318acf31e2e809411f119744a016ba0a78f52554ac7321a3a1410a218886668') +sha512sums=('20c79810096f12d3901af3474a5ef4fe2385e639f97f2de803b09902d115321e3be7544cc3741b52b75a2710a0141bc19cb611fd4e6248ec60d11b522b9cb59c') build() { - cd "${srcdir}/${_hkgname}-${pkgver}" + cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ + --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-print runhaskell Setup build @@ -34,8 +33,13 @@ sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh } +check() { + cd $_hkgname-$pkgver + runhaskell Setup test +} + package() { - cd "${srcdir}/${_hkgname}-${pkgver}" + cd $_hkgname-$pkgver install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
