Date: Friday, August 9, 2019 @ 16:24:22 Author: felixonmars Revision: 498542
upgpkg: stylish-haskell 0.9.2.2-1 rebuild with stylish-haskell 0.9.2.2 Modified: stylish-haskell/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-08-09 16:12:30 UTC (rev 498541) +++ PKGBUILD 2019-08-09 16:24:22 UTC (rev 498542) @@ -2,8 +2,8 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=stylish-haskell -pkgver=0.9.2.1 -pkgrel=51 +pkgver=0.9.2.2 +pkgrel=1 pkgdesc="Haskell code prettifier" url="https://github.com/jaspervdj/stylish-haskell" license=("BSD") @@ -12,11 +12,11 @@ 'haskell-src-exts' 'haskell-strict' 'haskell-syb' 'haskell-yaml') makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 'haskell-test-framework-hunit') source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('580353475fbd400bae4d7e7e4177ce3799b657601f29ad8158959ea8a40f875a9575b8b02a1a36f4e9c364ab5e266408ef2b3a004a09db6286e139e67c954d6d') +sha512sums=('39ee84033fe62d229782f2ac60513975b68e58f139dc7d4b19cc210d84c534e790cf2f3483df323065888d60fdc8c12398b57fef1bbbf4765bed5e01525a5796') prepare() { cd $pkgname-$pkgver - sed -i -e '/semigroups/d' -e 's/< *1.21/<2/' $pkgname.cabal + sed -i -e '/semigroups/d' $pkgname.cabal } build() {
