[arch-commits] Commit in haskell-lsp/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon May 10 18:58:56 UTC 2021


    Date: Monday, May 10, 2021 @ 18:58:56
  Author: felixonmars
Revision: 929592

upgpkg: haskell-lsp 1.2.0.0-1

Modified:
  haskell-lsp/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-10 18:54:44 UTC (rev 929591)
+++ PKGBUILD	2021-05-10 18:58:56 UTC (rev 929592)
@@ -2,10 +2,10 @@
 
 _hkgname=lsp
 pkgname=haskell-lsp
-pkgver=1.1.1.0
-pkgrel=20
+pkgver=1.2.0.0
+pkgrel=1
 pkgdesc="Haskell library for the Microsoft Language Server Protocol"
-url="https://github.com/alanz/lsp"
+url="https://github.com/haskell/lsp"
 license=("MIT")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-attoparsec' 'haskell-data-default'
@@ -12,11 +12,16 @@
          'haskell-dependent-map' 'haskell-hashable' 'haskell-hslogger' 'haskell-lens'
          'haskell-lsp-types' 'haskell-network-uri' 'haskell-random' 'haskell-scientific'
          'haskell-sorted-list' 'haskell-unliftio-core' 'haskell-unordered-containers' 'haskell-uuid')
-makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-hspec-discover'
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-hspec' 'haskell-hspec-discover'
              'haskell-quickcheck-instances' 'haskell-rope-utf16-splay')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('3941236a681b1b31d5e99798fd0fc7bff8428254cad666f108eaf11a36f9cd12')
+sha512sums=('0da7d04a9117d014211705131192ac87881679cbc863e68e54d2ee20e4f77e7df588a9c90cbc16ef0606af4018b9f836fcb4e746dcfbc850fd909e1cb2d1d6bb')
 
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
 build() {
   cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list