Date: Thursday, September 29, 2022 @ 20:22:47
  Author: felixonmars
Revision: 1317058

upgpkg: haskell-hls-fourmolu-plugin 1.0.1.1-1: rebuild with ghcide 1.5.0, 
haskell-language-server 1.5.0.0, hls-call-hierarchy-plugin 1.0.1.1, 
hls-eval-plugin 1.2.0.1, hls-explicit-imports-plugin 1.0.1.1, 
hls-fourmolu-plugin 1.0.1.1, hls-graph 1.5.1.0, hls-hlint-plugin 1.0.2.0, 
hls-ormolu-plugin 1.0.1.1, hls-plugin-api 1.2.0.2, hls-retrie-plugin 1.0.1.3, 
hls-stylish-haskell-plugin 1.0.0.3, hls-test-utils 1.1.0.1

Modified:
  haskell-hls-fourmolu-plugin/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-29 20:22:43 UTC (rev 1317057)
+++ PKGBUILD    2022-09-29 20:22:47 UTC (rev 1317058)
@@ -2,8 +2,8 @@
 
 _hkgname=hls-fourmolu-plugin
 pkgname=haskell-hls-fourmolu-plugin
-pkgver=1.0.0.2
-pkgrel=268
+pkgver=1.0.1.1
+pkgrel=1
 pkgdesc="Integration with the Fourmolu code formatter"
 url="https://hackage.haskell.org/package/hls-fourmolu-plugin";
 license=("Apache")
@@ -13,12 +13,12 @@
 makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-test')
 checkdepends=('git')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
-sha512sums=('88a92c70c34d14699bcc19e7d1ff061955c4e9a6819f32c5b46d8b31d1d1f06b12be65bb84ede6046601a6d8daafcb8fc65725ceb3fc67e7afeef4097094ed46')
+sha512sums=('44716181a491816325eb3d65404c726a92ca4f1b89344bd77f4358da7d12503b21e30ae7b40b312fe816869b8a83fe846157ad5c41a0f812287961cd1089dc01')
 
 prepare() {
   cd $_hkgname-$pkgver
   gen-setup
-  uusi -u fourmolu -r ghc:ghc,ghc-api-compat $_hkgname.cabal
+  uusi -r ghc:ghc,ghc-api-compat $_hkgname.cabal
 }
 
 build() {

Reply via email to