Date: Monday, June 19, 2017 @ 15:08:03 Author: felixonmars Revision: 238651
upgpkg: haskell-path-io 1.3.1-1 rebuild with path-io,1.3.1 Modified: haskell-path-io/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-19 14:37:17 UTC (rev 238650) +++ PKGBUILD 2017-06-19 15:08:03 UTC (rev 238651) @@ -5,15 +5,16 @@ _hkgname=path-io pkgname=haskell-path-io -pkgver=1.3.0 -pkgrel=4 +pkgver=1.3.1 +pkgrel=1 pkgdesc="Interface to ‘directory’ package for users of ‘path’" url="https://github.com/mrkkrp/path-io" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" 'haskell-exceptions' 'haskell-path' 'haskell-temporary' 'haskell-unix-compat') +depends=('ghc' 'haskell-dlist' 'haskell-exceptions' 'haskell-path' 'haskell-temporary' + 'haskell-unix-compat') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz") -sha512sums=('2326335e3d2ccf7b532109d0260b123783e56a3574c6996709a92a81b0e8c049d945c243937d3f7c8b2fb90f54c663dd33d09587af9c86faa8308760ea083615') +sha512sums=('9704cc8bc6f390dfc4d2158811d411ec766be555a7282629e1b27f3483aac88eb6238c15577a0dd432bb90f5589112e24673cba0648b8724488e22ffcb5482cb') build() { cd "$srcdir/$_hkgname-$pkgver"
