Date: Tuesday, August 7, 2018 @ 03:15:38 Author: felixonmars Revision: 369987
upgpkg: haskell-hpack 0.29.6-1 rebuild with hpack 0.29.6 Modified: haskell-hpack/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-07 03:12:24 UTC (rev 369986) +++ PKGBUILD 2018-08-07 03:15:38 UTC (rev 369987) @@ -5,9 +5,9 @@ pkgname=haskell-hpack _hkgname=hpack -pkgver=0.29.5 -pkgrel=5 -pkgdesc="An alternative format for Haskell packages" +pkgver=0.29.6 +pkgrel=1 +pkgdesc="A modern format for Haskell packages" url="https://github.com/sol/hpack#readme" license=("MIT") arch=('x86_64') @@ -18,7 +18,7 @@ makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-hspec' 'haskell-interpolate' 'haskell-mockery' 'haskell-temporary') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz") -sha512sums=('96dbcd6ad140fb0e41c358a5527082e41a0fb3370dc5c4f85635a68606ba121838c3558b09bd9c2c0bc81f6d9b1d5c6b396dc4e3af80ef64d1e9b94820907bb5') +sha512sums=('a45a45738dff32eaf0df74efc5454e9398a56b49909c0d78274431c2968523e9c602c016fd44f2b75f6a07cfeb1291c8608ce14bb0f9c08e9c35b10e55c34980') build() { cd $_hkgname-$pkgver
