Date: Tuesday, December 5, 2017 @ 18:03:38 Author: felixonmars Revision: 272259
upgpkg: haskell-hpack 0.20.0-1 rebuild with monad-logger,0.3.26 unliftio,0.2.0.0 hpack,0.20.0 Modified: haskell-hpack/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-12-05 17:46:57 UTC (rev 272258) +++ PKGBUILD 2017-12-05 18:03:38 UTC (rev 272259) @@ -5,17 +5,17 @@ pkgname=haskell-hpack _hkgname=hpack -pkgver=0.18.1 -pkgrel=9 +pkgver=0.20.0 +pkgrel=1 pkgdesc="An alternative format for Haskell packages" url="https://github.com/sol/hpack#readme" license=("MIT") arch=('x86_64') -depends=('ghc-libs' 'haskell-aeson' 'haskell-base-compat' 'haskell-glob' 'haskell-text' - 'haskell-unordered-containers' 'haskell-yaml') +depends=('ghc-libs' 'haskell-aeson' 'haskell-base-compat' 'haskell-cryptonite' 'haskell-glob' + 'haskell-text' 'haskell-unordered-containers' 'haskell-yaml') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz") -sha512sums=('679fbb1f921b808828a287f2314d548edd230afa2ca814d7c904fcb09563bdcb88c702077fedc539a5627659b8627d231d7421668dcb3e5c195aa71867153d3d') +sha512sums=('afeb32ce516cc60fbce6bd8a9985d7cebb0487d95ee9bbc1f8f336a4722565a8bd9c4ea934c8c7b38075bf528c73193e0a90e56009e821aab39caf083551c236') build() { cd "$srcdir/$_hkgname-$pkgver" @@ -31,7 +31,7 @@ package() { cd "${srcdir}/${_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" runhaskell Setup copy --destdir="$pkgdir"
