Date: Saturday, November 16, 2019 @ 17:47:20 Author: felixonmars Revision: 529666
upgpkg: stylish-haskell 0.9.4.4-1 Modified: stylish-haskell/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-11-16 17:46:43 UTC (rev 529665) +++ PKGBUILD 2019-11-16 17:47:20 UTC (rev 529666) @@ -2,8 +2,8 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=stylish-haskell -pkgver=0.9.3.0 -pkgrel=3 +pkgver=0.9.4.4 +pkgrel=1 pkgdesc="Haskell code prettifier" url="https://github.com/jaspervdj/stylish-haskell" license=("BSD") @@ -10,9 +10,10 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-file-embed' 'haskell-optparse-applicative' 'haskell-src-exts' 'haskell-strict' 'haskell-syb' 'haskell-yaml') -makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 'haskell-test-framework-hunit') +makedepends=('ghc' 'haskell-hunit' 'haskell-random' 'haskell-test-framework' + 'haskell-test-framework-hunit') source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('b8a59992a48d6726e442797b7aaf822629466d1c5dafeccb363416235d45e9ce98ee0eadf657cc2a9e6010abf31ea4722f8c8faa3f2b767fceb6dce6926af5bb') +sha512sums=('5226d203295e03600f07fe21905a1ea1231bd79b1d7bc5e157c74f79054181df0e5f7d549dd418de0a610d70450ba1f2ae9d9ff804fa21674dacd0c17fb26bc9') prepare() { cd $pkgname-$pkgver
