[arch-commits] Commit in haskell-hls-explicit-imports-plugin/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon May 10 22:54:41 UTC 2021


    Date: Monday, May 10, 2021 @ 22:54:41
  Author: felixonmars
Revision: 929658

upgpkg: haskell-hls-explicit-imports-plugin 1.0.0.1-1

Modified:
  haskell-hls-explicit-imports-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-10 22:53:29 UTC (rev 929657)
+++ PKGBUILD	2021-05-10 22:54:41 UTC (rev 929658)
@@ -2,8 +2,8 @@
 
 _hkgname=hls-explicit-imports-plugin
 pkgname=haskell-hls-explicit-imports-plugin
-pkgver=1.0.0.0
-pkgrel=32
+pkgver=1.0.0.1
+pkgrel=1
 pkgdesc="Explicit imports plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-explicit-imports-plugin"
 license=("Apache")
@@ -12,12 +12,11 @@
          'haskell-lsp' 'haskell-lsp-types' 'haskell-shake' 'haskell-unordered-containers')
 makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('dc445e9902e0012784ea65fb6657e6bae15e8230d219f028752ef779114d4892')
+sha512sums=('94bda4eab1b5638f78ea23f69d1aee105769f91e9eee627465b04f0903d41d4e93beb88f94c6d47ef586f0684130991882e677852f0bd88adac6098969ee9dfe')
 
 prepare() {
   cd $_hkgname-$pkgver
   gen-setup
-  uusi -u ghcide $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list