Date: Friday, April 8, 2022 @ 20:57:29 Author: felixonmars Revision: 1183057
upgpkg: stylish-haskell 0.13.0.0-1: rebuild with stylish-haskell 0.13.0.0 Modified: stylish-haskell/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-08 20:38:07 UTC (rev 1183056) +++ PKGBUILD 2022-04-08 20:57:29 UTC (rev 1183057) @@ -2,10 +2,10 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=stylish-haskell -pkgver=0.12.2.0 -pkgrel=135 +pkgver=0.13.0.0 +pkgrel=1 pkgdesc="Haskell code prettifier" -url="https://github.com/jaspervdj/stylish-haskell" +url="https://github.com/haskell/stylish-haskell" license=("BSD") arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-file-embed' 'haskell-ghc-lib-parser' @@ -14,11 +14,11 @@ makedepends=('ghc' 'uusi' '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=('6867181265aae8d8afba7c061500008ab4c21b6eebc6178aa0a119b74e0116138749c114c41ef40eb16bb794010a289a6d49715295c3cd29af7d1ab7aa44d568') +sha512sums=('6a575568f9e81bf840743282d65a48f9bfa6541f192aab7633c93f8a6805e95897c4137cb70aaf5fc341db850b435da0b9b60e60e505b3fa8f90c2ce5ed8d075') prepare() { cd $pkgname-$pkgver - uusi -u Cabal -u optparse-applicative $pkgname.cabal + uusi -u Cabal $pkgname.cabal } build() {
