Date: Tuesday, November 3, 2020 @ 14:19:57 Author: felixonmars Revision: 741167
upgpkg: haskell-ormolu 0.1.3.1-1 Modified: haskell-ormolu/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-03 13:04:22 UTC (rev 741166) +++ PKGBUILD 2020-11-03 14:19:57 UTC (rev 741167) @@ -2,8 +2,8 @@ _hkgname=ormolu pkgname=haskell-ormolu -pkgver=0.1.3.0 -pkgrel=11 +pkgver=0.1.3.1 +pkgrel=1 pkgdesc="A formatter for Haskell source code" url="https://github.com/tweag/ormolu" license=("BSD") @@ -10,15 +10,14 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-dlist' 'haskell-ghc' 'haskell-ghc-boot' 'haskell-ghc-boot-th' 'haskell-gitrev' 'haskell-optparse-applicative' 'haskell-syb') -makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-path' 'haskell-path-io') +makedepends=('ghc' 'haskell-hspec' 'haskell-path' 'haskell-path-io') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('47a2b0a5759e8d7199cd64fc66dd88b5db2d61d9dbae475582d91f1e668e488f') +sha512sums=('87f0c096d55156263532d7877aa296a4514127c1b776bf1483dd9464f96f2285e1c1a269dc563d5d9b1236b0a88fd9de97fc8d99ff01a065b99c5b3425ef5a7a') prepare() { cd $_hkgname-$pkgver sed -i -e 's/ghc-lib-parser/ghc, ghc-boot, ghc-boot-th/' $_hkgname.cabal sed -i 's/using ghc-lib-parser/using ghc/;s/VERSION_ghc_lib_parser/VERSION_ghc/' app/Main.hs - uusi $_hkgname.cabal } build() {
