Date: Monday, September 3, 2018 @ 11:40:28 Author: felixonmars Revision: 376380
upgpkg: haskell-hpack 0.30.0-1 rebuild with hpack 0.30.0 Modified: haskell-hpack/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-03 09:53:15 UTC (rev 376379) +++ PKGBUILD 2018-09-03 11:40:28 UTC (rev 376380) @@ -5,8 +5,8 @@ pkgname=haskell-hpack _hkgname=hpack -pkgver=0.29.7 -pkgrel=12 +pkgver=0.30.0 +pkgrel=1 pkgdesc="A modern format for Haskell packages" url="https://github.com/sol/hpack#readme" license=("MIT") @@ -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=('c60b904166bf40fc2768ae9899a863c651a2a0021b198b83752caf39c8f93524576c81558b7b656746f5663922c2e1af5395c2776b2d6aee90c5b2d40cb15a6c') +sha512sums=('76cf9c682293e4d9b906fc875ef400ccebc483f7c5db2a5a16b9a85cae1cf6a52daed1a89859a3e377172ef2385ff307d2a963a2b12dbc66381ddbd6b7bdb258') build() { cd $_hkgname-$pkgver
